ITypeInfo2.GetTypeComp(ITypeComp) 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.
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 of the containing type library. This parameter is passed uninitialized.
Implements
Remarks
For more information, see ITypeInfo::GetTypeComp method.