DESCKIND Enumeração

Definição

Cuidado

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

Cuidado

Essa API foi preterida.

Use DESCKIND em seu lugar.

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
Herança
DESCKIND
Atributos

Campos

DESCKIND_FUNCDESC 1

Indica que um FUNCDESC foi retornado.

DESCKIND_IMPLICITAPPOBJ 4

Indica que um IMPLICITAPPOBJ foi retornado.

DESCKIND_MAX 5

Indica um final do marcador de enumeração.

DESCKIND_NONE 0

Indica que nenhuma correspondência foi encontrada.

DESCKIND_TYPECOMP 3

Indica que um TYPECOMP foi retornado.

DESCKIND_VARDESC 2

Indica que um VARDESC foi retornado.

Comentários

para obter mais informações sobre a DESCKIND enumeração, consulte a Biblioteca MSDN.

Aplica-se a