Provides information about the properties of the specified variable.
The IVarInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DispID | Gets or sets the variable or function dispatch ID. |
![]() |
HelpString | Gets or sets the variable or function Help string. |
![]() |
Name | Gets or sets the name of the object. |
![]() |
Type | Gets or sets the variable's type. |
![]() |
VariantType | Gets or sets the variable's variant type. |
![]() |
VTSType | Gets or sets the VTS type of the variable. |
Top