ITypeInfo.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
interface of the containing type library. This parameter is passed uninitialized.
Remarks
For more information, see ITypeInfo::GetTypeComp method.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.