Provides information about the properties of the specified parameters in a function or variable.
The IParamInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Attribute | Gets or sets a pointer to an eParamAttr value that specifies the type of an attribute parameter. |
![]() |
Name | Gets or sets the name of the object. |
![]() |
TypeString | Gets or sets the type of the parent object by using a string representation of the type. |
![]() |
VariantType | Gets or sets the parameter's variant type. |
![]() |
VTSType | Gets or sets the VTS type of the parameter. |
Top