System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS Enumeration

Defines the attributes of an implemented or inherited interface of a type.

Syntax

[System.Flags]
public enum IMPLTYPEFLAGS

Remarks

For additional information about IMPLTYPEFLAGS, see the MSDN Library.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Members

Member NameDescription
IMPLTYPEFLAG_FDEFAULT

The interface or dispinterface represents the default for the source or sink.

IMPLTYPEFLAG_FDEFAULTVTABLE

Sinks receive events through the virtual function table (VTBL).

IMPLTYPEFLAG_FRESTRICTED

The member should not be displayed or programmable by users.

IMPLTYPEFLAG_FSOURCE

This member of a coclass is called rather than implemented.

Requirements

Namespace: System.Runtime.InteropServices.ComTypes
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0