_TypeBuilder.GetTypeInfo(UInt32, UInt32, IntPtr) 方法

定義

擷取物件的類型資訊,可以用來取得介面的類型資訊。

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

所要求類型資訊物件的指標。

備註

這個方法是用來從非受控碼存取 managed 類別,不應該從 managed 程式碼呼叫。 如需詳細資訊,請參閱 IDispatch:: GetTypeInfo

適用於