TYPEKIND Enumeração

Definição

Cuidado

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

Cuidado

Essa API foi preterida.

Use TYPEKIND em seu lugar.

public enum class TYPEKIND
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum TYPEKIND
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum TYPEKIND
[System.Serializable]
[System.Obsolete]
public enum TYPEKIND
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type TYPEKIND = 
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type TYPEKIND = 
[<System.Serializable>]
[<System.Obsolete>]
type TYPEKIND = 
Public Enum TYPEKIND
Herança
TYPEKIND
Atributos

Campos

TKIND_ALIAS 6

Um tipo que é um alias de outro tipo.

TKIND_COCLASS 5

Um conjunto de interfaces de componentes implementados.

TKIND_DISPATCH 4

Um conjunto de métodos e propriedades que são acessíveis por meio de IDispatch::Invoke. Por padrão, as interfaces duplas retornam TKIND_DISPATCH.

TKIND_ENUM 0

Um conjunto de enumeradores.

TKIND_INTERFACE 3

Um tipo que tem funções virtuais, que são todas puras.

TKIND_MAX 8

Fim do marcador de enumeração.

TKIND_MODULE 2

Um módulo que só pode ter funções estáticas e dados (por exemplo, uma DLL).

TKIND_RECORD 1

Uma estrutura sem métodos.

TKIND_UNION 7

Uma união de todos os membros que têm um deslocamento zero.

Comentários

Para obter informações adicionais sobre TYPEKIND, consulte o Biblioteca MSDN.

Aplica-se a