Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The IFuncInfo interface provides information about the properties of the specified function.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
<GuidAttribute("EFAA09F0-89A0-4C94-AC99-1C61942283DF")> _
Public Interface IFuncInfo
[GuidAttribute("EFAA09F0-89A0-4C94-AC99-1C61942283DF")]
public interface IFuncInfo
[GuidAttribute(L"EFAA09F0-89A0-4C94-AC99-1C61942283DF")]
public interface class IFuncInfo
[<GuidAttribute("EFAA09F0-89A0-4C94-AC99-1C61942283DF")>]
type IFuncInfo = interface end
public interface IFuncInfo
The IFuncInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
BodyText | Gets or sets the body text of the function. |
![]() |
callconv | Gets or sets the function's calling convention. |
![]() |
DispID | Gets or sets the variable or function dispatch ID. |
![]() |
HelpString | Gets or sets the variable or function Help string. |
![]() |
InvokeKind | Gets or sets a value of tagINVOKEKIND enumeration. |
![]() |
Name | Gets or sets the name of the object. |
![]() |
Parameters | Gets a collection of parameters for this item. |
![]() |
ParamText | Gets or sets the text for a function's parameters. |
![]() |
RawName | Gets or sets the name of the function as a raw string. |
![]() |
ReturnType | Gets or sets a string containing the return type for the function. |
![]() |
TypeString | Gets or sets the type of the parent object by using a string representation of the type. |
Top
.gif)