ITypeLib.GetTypeInfoOfGuid(Guid, ITypeInfo) 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::ComTypes::ITypeInfo ^ % ppTInfo);
public void GetTypeInfoOfGuid (ref Guid guid, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTInfo);
abstract member GetTypeInfoOfGuid : Guid * ITypeInfo -> unit
Public Sub GetTypeInfoOfGuid (ByRef guid As Guid, ByRef ppTInfo As ITypeInfo)
Paramètres
- guid
- Guid
IID de l'interface ou CLSID de la classe dont les informations de type sont demandées.
- ppTInfo
- ITypeInfo
Lorsque cette méthode retourne une valeur, contient l'interface ITypeInfo
demandée. Ce paramètre est passé sans être initialisé.
Remarques
Pour plus d’informations, consultez Méthode ITypeLib ::GetTypeInfoOfGuid.