ITypeInfo.GetMops(Int32, String) 方法

定义

检索封送处理信息。

public:
 void GetMops(int memid, [Runtime::InteropServices::Out] System::String ^ % pBstrMops);
void GetMops(int memid, [Runtime::InteropServices::Out] std::wstring const & & 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

成员标识符,它指示需要哪些封送处理信息。

pBstrMops
String

返回时,指向用于封送处理由引用类型说明描述的结构成员的操作码字符串的指针; 如果没有要返回的信息,则返回 NULL。

适用于