eInterfaceType Enum

Definition

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

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.

einterfaceDual 0

The wizard creates a project or class with a dual interface.

Remarks

eInterfaceType specifies the type of interface.

Applies to