INVOKEKIND Énumération

Définition

Attention

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

Attention

Cette API est à présent déconseillée.

Utilisez plutôt INVOKEKIND.

public enum class INVOKEKIND
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum INVOKEKIND
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum INVOKEKIND
[System.Serializable]
[System.Obsolete]
public enum INVOKEKIND
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type INVOKEKIND = 
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type INVOKEKIND = 
[<System.Serializable>]
[<System.Obsolete>]
type INVOKEKIND = 
Public Enum INVOKEKIND
Héritage
INVOKEKIND
Attributs

Champs

INVOKE_FUNC 1

Le membre est appelé en utilisant une syntaxe d'appel de fonction normale.

INVOKE_PROPERTYGET 2

La fonction est appelée en utilisant une syntaxe de propriété d'accès normale.

INVOKE_PROPERTYPUT 4

La fonction est appelée en utilisant une syntaxe d'assignation de valeur de propriété.

INVOKE_PROPERTYPUTREF 8

La fonction est appelée en utilisant une syntaxe d'assignation de référence de propriété.

Remarques

Pour plus d’informations sur INVOKEKIND , consultez MSDN Library.

S’applique à