IVarInfo - интерфейс
Provides information about the properties of the specified variable.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
<GuidAttribute("D4D285D4-2447-11D7-8BF6-00B0D03DAA06")> _
Public Interface IVarInfo
'Применение
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
Заметки
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.
Примечание. |
---|
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. |