ITypeInfo.GetTypeComp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetTypeComp(ITypeComp) | |
GetTypeComp(ITypeComp) |
Retrieves the ITypeComp interface for the type description, which enables a client compiler to bind to the type description’s members. |
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 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] 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.