eInterfaceType Enumeration
Visual Studio 2015
Used by the IInterfaceInfo object.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
| Member name | Description | |
|---|---|---|
| einterfaceCustom | The wizard creates a project or class with a custom interface. | |
| einterfaceDispinterface | The wizard creates a project or class with a dispinterface. | |
| einterfaceDual | The wizard creates a project or class with a dual interface. |
eInterfaceType specifies the type of interface.
Show: