UCOMITypeLib.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.
Enables a client compiler to bind to a library's types, variables, constants, and global functions.
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, an instance of a UCOMITypeComp
instance for this ITypeLib
.
Remarks
For additional information about ITypeLib::GetTypeComp
, see the MSDN Library.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.