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

定義

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

public:
 void GetMops(int memid, [Runtime::InteropServices::Out] System::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

参照先の型の説明で記述される構造体のフィールドのマーシャリングに使用するオペコード文字列への参照。返す情報がない場合は、null を返します。

注釈

の詳細については ITypeInfo::GetMops、MSDN ライブラリを参照してください。

適用対象