ITypeInfo.GetMops(Int32, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取封送處理 (Marshaling) 資訊。
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 方法。