Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Used by the IInterfaceInfo object.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Enumeration eInterfaceType
'Usage
Dim instance As eInterfaceType
public enum eInterfaceType
public enum class eInterfaceType
public enum eInterfaceType
Members
| Member name | Description | |
|---|---|---|
| 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. |
Remarks
eInterfaceType specifies the type of interface.
See Also
Reference
Microsoft.VisualStudio.VsWizard Namespace