INVOKEKIND Enumerazione

Definizione

Attenzione

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

Attenzione

Questa API è ora deprecata.

In alternativa, utilizzare 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
Ereditarietà
INVOKEKIND
Attributi

Campi

INVOKE_FUNC 1

Il membro viene chiamato utilizzando una normale sintassi di chiamata delle funzioni.

INVOKE_PROPERTYGET 2

La funzione viene richiamata utilizzando una normale sintassi di accesso alle proprietà.

INVOKE_PROPERTYPUT 4

La funzione viene richiamata utilizzando una sintassi di assegnazione di valori a una proprietà.

INVOKE_PROPERTYPUTREF 8

La funzione viene richiamata utilizzando una sintassi di assegnazione di riferimenti a una proprietà.

Commenti

Per ulteriori informazioni su INVOKEKIND , vedere MSDN Library.

Si applica a