ITypeInfo.GetMops(Int32, String) メソッド

定義

マーシャリング情報を取得します。

public:
 void GetMops(int memid, [Runtime::InteropServices::Out] System::String ^ % pBstrMops);
public void GetMops (int memid, out string pBstrMops);
public void GetMops (int memid, out string? pBstrMops);
abstract member GetMops : int * string -> unit
Public Sub GetMops (memid As Integer, ByRef pBstrMops As String)

パラメーター

memid
Int32

必要なマーシャリング情報を示すメンバー ID。

pBstrMops
String

このメソッドが返されるときに、参照先の型の説明で記述されている、構造体のフィールドのマーシャリングに使用する opcode 文字列への参照を格納します。返す情報がない場合は、null を格納します。 このパラメーターは初期化せずに渡されます。

注釈

詳細については、「 ITypeInfo::GetMops メソッド」を参照してください。

適用対象