_Module.GetTypeInfo(UInt32, UInt32, IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取物件的類型資訊,可以用來取得介面的類型資訊。
public:
void GetTypeInfo(System::UInt32 iTInfo, System::UInt32 lcid, IntPtr ppTInfo);
public void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
abstract member GetTypeInfo : uint32 * uint32 * nativeint -> unit
Public Sub GetTypeInfo (iTInfo As UInteger, lcid As UInteger, ppTInfo As IntPtr)
參數
- iTInfo
- UInt32
要傳回的類型資訊。
- lcid
- UInt32
類型資訊的地區設定識別項。
- ppTInfo
-
IntPtr
nativeint
所要求類型資訊物件的指標。
備註
這個方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。 如需詳細資訊,請參閱 IDispatch::GetTypeInfo。