ITypeInfo.GetTypeComp(ITypeComp) Method

Definition

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)

Parameters

ppTComp
ITypeComp

When this method returns, contains a reference to the ITypeComp interface of the containing type library. This parameter is passed uninitialized.

Remarks

For more information, see ITypeInfo::GetTypeComp method.

Applies to