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 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
- 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.