TYPEKIND Énumération

Définition

Attention

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

Attention

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

Utilisez plutôt TYPEKIND.

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
Héritage
TYPEKIND
Attributs

Champs

TKIND_ALIAS 6

Type qui est un alias d'un autre type.

TKIND_COCLASS 5

Un ensemble d'interfaces de composants implémentés.

TKIND_DISPATCH 4

Ensemble de méthodes et de propriétés accessibles par l'intermédiaire de IDispatch::Invoke. Par défaut, les interfaces doubles retournent TKIND_DISPATCH.

TKIND_ENUM 0

Ensemble d'énumérateurs.

TKIND_INTERFACE 3

Type comportant des fonctions virtuelles, toutes pures.

TKIND_MAX 8

Fin d'un marqueur d'énumération.

TKIND_MODULE 2

Module pouvant uniquement comporter des fonctions et des données statiques (par exemple, une DLL).

TKIND_RECORD 1

Structure sans méthodes.

TKIND_UNION 7

Union de tous les membres ayant un offset de zéro.

Remarques

Pour plus d’informations sur TYPEKIND, consultez MSDN Library.

S’applique à