Freigeben über


INVOKEKIND-Enumeration

 

Veröffentlicht: Oktober 2016

Hinweis: Diese API ist jetzt veraltet.

Verwenden Sie stattdessen System.Runtime.InteropServices.ComTypes.INVOKEKIND.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
public enum INVOKEKIND
[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
public enum class INVOKEKIND
[<SerializableAttribute>]
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
type INVOKEKIND
<SerializableAttribute>
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
Public Enumeration INVOKEKIND

Member

Membername Beschreibung
INVOKE_FUNC

Der Member ist eine normale Funktion Aufrufsyntax mit aufgerufen.

INVOKE_PROPERTYGET

Die Funktion wird mit einer normalen Eigenschaftenzugriff Syntax aufgerufen.

INVOKE_PROPERTYPUT

Die Funktion wird mit Wert Zuordnung Syntax aufgerufen.

INVOKE_PROPERTYPUTREF

Die Funktion wird mit Syntax Zuweisung Verweis aufgerufen.

Hinweise

Weitere Informationen zu INVOKEKIND, finden Sie in der MSDN Library.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

System.Runtime.InteropServices-Namespace

Zurück zum Anfang