ITypeLib.GetTypeInfoType(Int32, TYPEKIND) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.