ITypeInfo2.GetTypeComp(ITypeComp) 方法

定义

检索类型说明的 ITypeComp 接口,此接口使客户端编译器可以绑定到类型说明的成员。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)

参数

ppTComp
ITypeComp

此方法返回时,包含对包含类型库的 ITypeComp 的引用。When this method returns, contains a reference to the ITypeComp of the containing type library. 此参数未经初始化即被传递。This parameter is passed uninitialized.

实现

注解

有关详细信息,请参阅 ITypeInfo:: GetTypeComp 方法For more information, see ITypeInfo::GetTypeComp method.

适用于