INVOKEKIND Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
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.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
- 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.