UCOMITypeLib.GetTypeInfo(Int32, UCOMITypeInfo) 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::UCOMITypeInfo ^ % ppTI);
public void GetTypeInfo (int index, out System.Runtime.InteropServices.UCOMITypeInfo ppTI);
abstract member GetTypeInfo : int * UCOMITypeInfo -> unit
Public Sub GetTypeInfo (index As Integer, ByRef ppTI As UCOMITypeInfo)

Paramètres

index
Int32

Index de l’interface UCOMITypeInfo à retourner.

ppTI
UCOMITypeInfo

Lors d'un retour, UCOMITypeInfo décrivant le type référencé par index.

Remarques

Pour plus d’informations sur ITypeLib::GetTypeInfo, consultez MSDN Library.

S’applique à