UCOMITypeLib.GetTypeInfoOfGuid(Guid, UCOMITypeInfo) 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 type description that corresponds to the specified GUID.
public:
void GetTypeInfoOfGuid(Guid % guid, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMITypeInfo ^ % ppTInfo);
public void GetTypeInfoOfGuid (ref Guid guid, out System.Runtime.InteropServices.UCOMITypeInfo ppTInfo);
abstract member GetTypeInfoOfGuid : Guid * UCOMITypeInfo -> unit
Public Sub GetTypeInfoOfGuid (ByRef guid As Guid, ByRef ppTInfo As UCOMITypeInfo)
Parameters
- guid
- Guid
IID of the interface of CLSID of the class whose type info is requested.
- ppTInfo
- UCOMITypeInfo
On successful return, the requested ITypeInfo
interface.
Remarks
For additional information about ITypeLib::GetTypeInfoOfGuid
, see the MSDN Library.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา