eInterfaceType - перечисление
Used by the IInterfaceInfo object.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Public Enumeration eInterfaceType
'Применение
Dim instance As eInterfaceType
public enum eInterfaceType
public enum class eInterfaceType
public enum eInterfaceType
Члены
Имя члена | Описание | |
---|---|---|
einterfaceDual | The wizard creates a project or class with a dual interface. | |
einterfaceCustom | The wizard creates a project or class with a custom interface. | |
einterfaceDispinterface | The wizard creates a project or class with a dispinterface. |
Заметки
eInterfaceType specifies the type of interface.
См. также
Основные понятия
Visual C++ Extensibility Object Model