IMPLTYPEFLAGS Enum

Definition

Caution

Use System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202

Use IMPLTYPEFLAGS instead.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum IMPLTYPEFLAGS
[System.Flags]
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum IMPLTYPEFLAGS
Inheritance
IMPLTYPEFLAGS
Attributes

Fields

Name Value Description
IMPLTYPEFLAG_FDEFAULT 1

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

IMPLTYPEFLAG_FSOURCE 2

This member of a coclass is called rather than implemented.

IMPLTYPEFLAG_FRESTRICTED 4

The member should not be displayed or programmable by users.

IMPLTYPEFLAG_FDEFAULTVTABLE 8

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

Remarks

For additional information about IMPLTYPEFLAGS, see the MSDN Library.

Applies to

Product Versions (Obsolete)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)