ITypeLib.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 retourne une valeur, contient un ITypeInfo décrivant le type référencé par index. Ce paramètre est passé sans être initialisé.

Remarques

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

S’applique à