UCOMITypeLib.GetTypeInfo(Int32, UCOMITypeInfo) 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 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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.