FUNCKIND Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
Use System.Runtime.InteropServices.ComTypes.FUNCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
Utilizzare invece FUNCKIND.
public enum class FUNCKIND
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum FUNCKIND
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum FUNCKIND
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type FUNCKIND =
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type FUNCKIND =
Public Enum FUNCKIND
- Ereditarietà
- Attributi
Campi
| Nome | Valore | Descrizione |
|---|---|---|
| FUNC_VIRTUAL | 0 | La funzione è accessibile allo stesso modo di FUNC_PUREVIRTUAL, ad eccezione della funzione ha un'implementazione. |
| FUNC_PUREVIRTUAL | 1 | La funzione è accessibile tramite la tabella delle funzioni virtuali (VTBL) e accetta un puntatore implicito |
| FUNC_NONVIRTUAL | 2 | La funzione è accessibile tramite |
| FUNC_STATIC | 3 | La funzione è accessibile tramite |
| FUNC_DISPATCH | 4 | È possibile accedere alla funzione solo tramite |
Commenti
Per altre informazioni su FUNCKIND, vedere MSDN Library.