ITypeLib.GetTypeInfoType(Int32, TYPEKIND) Méthode

Définition

Récupère le type d’une description de type.

public:
 void GetTypeInfoType(int index, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::TYPEKIND % pTKind);
public void GetTypeInfoType (int index, out System.Runtime.InteropServices.ComTypes.TYPEKIND pTKind);
abstract member GetTypeInfoType : int * TYPEKIND -> unit
Public Sub GetTypeInfoType (index As Integer, ByRef pTKind As TYPEKIND)

Paramètres

index
Int32

Index de la description de type dans la bibliothèque de types.

pTKind
TYPEKIND

Lorsque cette méthode retourne une valeur, contient une référence à l'énumération TYPEKIND pour la description de type. Ce paramètre est passé sans être initialisé.

Remarques

Pour plus d’informations, consultez Méthode ITypeLib ::GetTypeInfoType.

S’applique à