_ConstructorInfo.GetTypeInfo(UInt32, UInt32, IntPtr) メソッド
定義
オブジェクトの型情報を取得します。この型情報を使用して、インターフェイスの型情報を取得できます。Retrieves the type information for an object, which can then be used to get the type information for an interface.
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
返される型情報。The type information to return.
- lcid
- UInt32
型情報のロケール ID。The locale identifier for the type information.
- ppTInfo
- IntPtr
要求された型情報オブジェクトへのポインターを取得します。Receives a pointer to the requested type information object.
注釈
このメソッドは、アンマネージコードからマネージクラスにアクセスするためのものであり、マネージコードからは呼び出さないでください。This method is for access to managed classes from unmanaged code, and should not be called from managed code. の詳細IDispatch::GetTypeInfo
については、MSDN ライブラリを参照してください。For more information about IDispatch::GetTypeInfo
, see the MSDN Library.