UCOMITypeLib.GetTypeInfoOfGuid(Guid, 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 qui correspond au GUID spécifié.
public:
void GetTypeInfoOfGuid(Guid % guid, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMITypeInfo ^ % ppTInfo);
public void GetTypeInfoOfGuid (ref Guid guid, out System.Runtime.InteropServices.UCOMITypeInfo ppTInfo);
abstract member GetTypeInfoOfGuid : Guid * UCOMITypeInfo -> unit
Public Sub GetTypeInfoOfGuid (ByRef guid As Guid, ByRef ppTInfo As UCOMITypeInfo)
Paramètres
- guid
- Guid
IID de l’interface du CLSID de la classe dont les informations de type sont demandées.
- ppTInfo
- UCOMITypeInfo
Lors d’un retour correct, interface ITypeInfo
demandée.
Remarques
Pour plus d’informations sur ITypeLib::GetTypeInfoOfGuid
, 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.