Partager via


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

S’applique à