IFuncInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IFuncInfo interface provides information about the properties of the specified function.
public interface class IFuncInfo
public interface class IFuncInfo
__interface IFuncInfo
[System.Runtime.InteropServices.Guid("945E97D9-5A8E-48B7-9183-340BF0F09CEE")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IFuncInfo
[<System.Runtime.InteropServices.Guid("945E97D9-5A8E-48B7-9183-340BF0F09CEE")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IFuncInfo = interface
Public Interface IFuncInfo
- Attributes
Properties
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. |