DESCKIND Enumeração

Definição

Atenção

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

Utilize DESCKIND em substituição.

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

Campos

Name Valor Description
DESCKIND_NONE 0

Indica que não foi encontrada correspondência.

DESCKIND_FUNCDESC 1

Indica que foi devolvido FUNCDESC .

DESCKIND_VARDESC 2

Indica que foi devolvido VARDESC .

DESCKIND_TYPECOMP 3

Indica que foi devolvido TYPECOMP .

DESCKIND_IMPLICITAPPOBJ 4

Indica que um IMPLICITAPPOBJ foi devolvido.

DESCKIND_MAX 5

Indica um marcador de fim de enumeração.

Observações

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

Aplica-se a