IFuncInfo Interface

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("67A8C929-ABE4-49CD-8A00-E7D114DFF0CD")> _
Public Interface IFuncInfo
[GuidAttribute("67A8C929-ABE4-49CD-8A00-E7D114DFF0CD")]
public interface IFuncInfo
[GuidAttribute(L"67A8C929-ABE4-49CD-8A00-E7D114DFF0CD")]
public interface class IFuncInfo
[<GuidAttribute("67A8C929-ABE4-49CD-8A00-E7D114DFF0CD")>]
type IFuncInfo =  interface end
public interface IFuncInfo

The IFuncInfo type exposes the following members.

Properties

  Name Description
Public property BodyText Gets or sets the body text of the function.
Public property callconv Gets or sets the function's calling convention.
Public property DispID Gets or sets the variable or function dispatch ID.
Public property HelpString Gets or sets the variable or function Help string.
Public property InvokeKind Gets or sets a value of tagINVOKEKIND enumeration.
Public property Name Gets or sets the name of the object.
Public property Parameters Gets a collection of parameters for this item.
Public property ParamText Gets or sets the text for a function's parameters.
Public property RawName Gets or sets the name of the function as a raw string.
Public property ReturnType Gets or sets a string containing the return type for the function.
Public property TypeString Gets or sets the type of the parent object by using a string representation of the type.

Top

See Also

Reference

Microsoft.VisualStudio.VsWizard Namespace