ITypeInfo.GetTypeComp(ITypeComp) Metodo

Definizione

Recupera l'interfaccia ITypeComp per la descrizione del tipo, che consente a un compilatore client di eseguire l'associazione ai membri della descrizione del tipo.

public:
 void GetTypeComp([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::ITypeComp ^ % ppTComp);
public void GetTypeComp (out System.Runtime.InteropServices.ComTypes.ITypeComp ppTComp);
abstract member GetTypeComp : ITypeComp -> unit
Public Sub GetTypeComp (ByRef ppTComp As ITypeComp)

Parametri

ppTComp
ITypeComp

Quando termina, questo metodo contiene un riferimento all'interfaccia ITypeComp della libreria dei tipi contenitore. Questo parametro viene passato non inizializzato.

Commenti

Per altre informazioni, vedere Metodo ITypeInfo::GetTypeComp.

Si applica a