UCOMITypeInfo.GetTypeComp(UCOMITypeComp) 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::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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.