ITypeInfo.GetTypeComp(ITypeComp) Método
Definição
Recupera a interface ITypeComp da descrição de tipo, o que permite a um compilador do cliente associar os membros da descrição de tipo.Retrieves the ITypeComp interface for the type description, which enables a client compiler to bind to the type description's members.
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)
Parâmetros
- ppTComp
- ITypeComp
Quando este método é retornado, contém uma referência à interface ITypeComp da biblioteca de tipos contida.When this method returns, contains a reference to the ITypeComp interface of the containing type library. Este parâmetro é passado não inicializado.This parameter is passed uninitialized.
Comentários
Para obter mais informações, consulte ITypeInfo:: GetTypeComp método.For more information, see ITypeInfo::GetTypeComp method.