UCOMITypeInfo.GetTypeComp(UCOMITypeComp) 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::UCOMITypeComp ^ % ppTComp);
public void GetTypeComp (out System.Runtime.InteropServices.UCOMITypeComp ppTComp);
abstract member GetTypeComp : UCOMITypeComp -> unit
Public Sub GetTypeComp (ByRef ppTComp As UCOMITypeComp)

Parameters

ppTComp
UCOMITypeComp

On successful return, a reference to the UCOMITypeComp of the containing type library.

Remarks

For additional information about ITypeInfo::GetTypeComp, see the MSDN Library.

Applies to