IMPLTYPEFLAGS Enumeration

Definition

Achtung

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

Verwenden Sie stattdessen IMPLTYPEFLAGS.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

public enum class IMPLTYPEFLAGS
[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
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type IMPLTYPEFLAGS = 
[<System.Flags>]
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type IMPLTYPEFLAGS = 
Public Enum IMPLTYPEFLAGS
Vererbung
IMPLTYPEFLAGS
Attribute

Felder

IMPLTYPEFLAG_FDEFAULT 1

Die Schnittstelle bzw. Dispatchschnittstelle stellt den Standard für die Quelle oder die Senke dar.

IMPLTYPEFLAG_FDEFAULTVTABLE 8

Senken empfangen Ereignisse über VTBL (Virtual Function Table).

IMPLTYPEFLAG_FRESTRICTED 4

Der Member darf Benutzern nicht angezeigt werden und darf für sie auch nicht programmierbar sein.

IMPLTYPEFLAG_FSOURCE 2

Dieser Member einer Co-Klasse wird aufgerufen und nicht implementiert.

Hinweise

Weitere Informationen zu IMPLTYPEFLAGSfinden Sie in der MSDN Library.

Gilt für: