DESCKIND Enumerazione

Definizione

Attenzione

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

Attenzione

Questa API è ora deprecata.

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.Serializable]
[System.Obsolete]
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 = 
[<System.Serializable>]
[<System.Obsolete>]
type DESCKIND = 
Public Enum DESCKIND
Ereditarietà
DESCKIND
Attributi

Campi

DESCKIND_FUNCDESC 1

Indica che è stato restituito un oggetto FUNCDESC.

DESCKIND_IMPLICITAPPOBJ 4

Indica che è stato restituito un oggetto IMPLICITAPPOBJ.

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

DESCKIND_VARDESC 2

Indica che è stato restituito un oggetto VARDESC.

Commenti

Per altre informazioni DESCKIND sull'enumerazione, vedere MSDN Library.

Si applica a