IVarInfo Interface

Provides information about the properties of the specified variable.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
<GuidAttribute("D4D285D4-2447-11D7-8BF6-00B0D03DAA06")> _
Public Interface IVarInfo
'Usage
Dim instance As IVarInfo
[GuidAttribute("D4D285D4-2447-11D7-8BF6-00B0D03DAA06")]
public interface IVarInfo
[GuidAttribute(L"D4D285D4-2447-11D7-8BF6-00B0D03DAA06")]
public interface class IVarInfo
public interface IVarInfo

Remarks

The IVarInfo object controls information about the properties contained in the specified variable, such as its name and dispatch identifier, any associated help string, its type and variant type, and whether it is a VTS variable. You can display a variable's properties in a custom wizard that adds variables to a project. Such a wizard must understand the parts of the variable and parse them within the wizard. For an example of a Visual Studio wizard that uses IVarInfo, see Add Member Variable Wizard.

Note

See How to: Interpret Visual C++ Wizard Model Examples for more information about how properties and methods are called in both the HTML and the default.js files of a custom wizard.

See Also

Reference

IVarInfo Members

Microsoft.VisualStudio.VsWizard Namespace