ITypeInfo.GetMops(Int32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索封送处理信息。
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。