ITypeLib.GetTypeComp Method

Definition

Overloads

GetTypeComp(ITypeComp)
GetTypeComp(ITypeComp)

Retrieves a pointer to the ITypeComp for a type library. This enables a client compiler to bind to the library’s types, variables, constants, and global functions.

GetTypeComp(ITypeComp)

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

Parameters

ppTComp
ITypeComp

Applies to

GetTypeComp(ITypeComp)

Retrieves a pointer to the ITypeComp for a type library. This enables a client compiler to bind to the library’s types, variables, constants, and global functions.

public:
 void GetTypeComp([Runtime::InteropServices::Out] Microsoft::VisualStudio::VsWizard::ITypeComp ^ % ppTComp);
public:
 void GetTypeComp([Runtime::InteropServices::Out] Microsoft::VisualStudio::VsWizard::ITypeComp ^ &  ppTComp);
void GetTypeComp([Runtime::InteropServices::Out] Microsoft::VisualStudio::VsWizard::ITypeComp const & & ppTComp);
public void GetTypeComp (out Microsoft.VisualStudio.VsWizard.ITypeComp ppTComp);
abstract member GetTypeComp : ITypeComp -> unit
Public Sub GetTypeComp (ByRef ppTComp As ITypeComp)

Parameters

ppTComp
ITypeComp

The ITypeComp instance for this ITypeLib. A client compiler uses the methods in the ITypeComp interface to bind to types in ITypeLib, as well as to the global functions, variables, and constants defined in ITypeLib.

Applies to