DESCKIND Énumération

Définition

Attention

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

Attention

Cette API est à présent déconseillée.

Utilisez plutôt 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
Héritage
DESCKIND
Attributs

Champs

DESCKIND_FUNCDESC 1

Indique que FUNCDESC a été retourné.

DESCKIND_IMPLICITAPPOBJ 4

Indique que IMPLICITAPPOBJ a été retourné.

DESCKIND_MAX 5

Indique la fin d'un marqueur d'énumération.

DESCKIND_NONE 0

Indique qu'aucune correspondance n'a été trouvée.

DESCKIND_TYPECOMP 3

Indique que TYPECOMP a été retourné.

DESCKIND_VARDESC 2

Indique que VARDESC a été retourné.

Remarques

Pour plus d’informations sur l’énumération DESCKIND , consultez MSDN Library.

S’applique à