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