ITypeLib.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

IID de l’interface ou du CLSID de la 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é.

Remarques

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

S’applique à