ITypeLib2.GetTypeInfoOfGuid(Guid, ITypeInfo) Méthode

Définition

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

Passé Guidpar référence, qui représente l’IID de l’interface de la CLSID classe dont les informations de type sont demandées.

ppTInfo
ITypeInfo

Lorsque cette méthode est retournée, contient l’interface demandée ITypeInfo . Ce paramètre est passé non initialisé.

Implémente

Remarques

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

S’applique à