INVOKEKIND Énumération

Définition

Attention

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

Utilisez INVOKEKIND à la place.

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.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 = 
Public Enum INVOKEKIND
Héritage
INVOKEKIND
Attributs

Champs

Nom Valeur Description
INVOKE_FUNC 1

Le membre est appelé à l’aide d’une syntaxe d’appel de fonction normale.

INVOKE_PROPERTYGET 2

La fonction est appelée à l’aide d’une syntaxe d’accès aux propriétés normale.

INVOKE_PROPERTYPUT 4

La fonction est appelée à l’aide d’une syntaxe d’affectation de valeur de propriété.

INVOKE_PROPERTYPUTREF 8

La fonction est appelée à l’aide d’une syntaxe d’affectation de référence de propriété.

Remarques

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

S’applique à