eInterfaceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the IInterfaceInfo object.
public enum class eInterfaceType
public enum class eInterfaceType
enum eInterfaceType
public enum eInterfaceType
type eInterfaceType =
Public Enum eInterfaceType
- Inheritance
-
eInterfaceType
Fields
Name | Value | Description |
---|---|---|
einterfaceDual | 0 | The wizard creates a project or class with a dual interface. |
einterfaceCustom | 1 | The wizard creates a project or class with a custom interface. |
einterfaceDispinterface | 2 | The wizard creates a project or class with a dispinterface. |
Remarks
eInterfaceType specifies the type of interface.