DESCKIND 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.DESCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
In alternativa, utilizzare DESCKIND.
public enum class DESCKIND
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum DESCKIND
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum DESCKIND
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type DESCKIND =
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type DESCKIND =
Public Enum DESCKIND
- Ereditarietà
- Attributi
Campi
DESCKIND_FUNCDESC | 1 | Indica che è stato restituito un oggetto FUNCDESC. |
DESCKIND_IMPLICITAPPOBJ | 4 | Indica che è stato restituito un oggetto |
DESCKIND_MAX | 5 | Indica la fine di un marcatore di enumerazione. |
DESCKIND_NONE | 0 | Indica che non è stata trovata alcuna corrispondenza. |
DESCKIND_TYPECOMP | 3 | Indica che è stato restituito un oggetto |
DESCKIND_VARDESC | 2 | Indica che è stato restituito un oggetto |
Commenti
Per altre informazioni sull'enumerazione DESCKIND
, vedere MSDN Library.