UCOMITypeInfo.GetMops(Int32, String) 方法

定義

擷取封送處理 (Marshaling) 資訊。

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

opcode 字串的參考,用於封送處理結構欄位,其由參考的類型 描述所描述,如果沒有資訊要傳回,則傳回 null

備註

如需 的詳細資訊 ITypeInfo::GetMops ,請參閱 MSDN 程式庫。

適用於