ITypeLib2.GetTypeInfo(Int32, ITypeInfo) Méthode

Définition

Récupère la description de type spécifiée dans la bibliothèque.

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

Paramètres

index
Int32

Index de l’interface ITypeInfo à retourner.

ppTI
ITypeInfo

Lorsque cette méthode est retournée, contient une ITypeInfo description du type référencé par index. Ce paramètre est passé non initialisé.

Implémente

Remarques

Pour plus d’informations, consultez la méthode ITypeLib ::GetTypeInfo.

S’applique à