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

Name Wert Beschreibung
IMPLTYPEFLAG_FDEFAULT 1

Die Schnittstelle oder Dispinterface stellt die Standardeinstellung für die Quelle oder Spüle dar.

IMPLTYPEFLAG_FSOURCE 2

Dieses Mitglied einer CoClass wird aufgerufen und nicht implementiert.

IMPLTYPEFLAG_FRESTRICTED 4

Das Mitglied sollte nicht von Benutzern angezeigt oder programmierbar sein.

IMPLTYPEFLAG_FDEFAULTVTABLE 8

Senken empfangen Ereignisse über die virtuelle Funktionstabelle (VTBL).

Hinweise

Weitere Informationen zu IMPLTYPEFLAGS finden Sie in der MSDN Library.

Gilt für: