UCOMITypeInfo.GetMops(Int32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索封送处理信息。
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
对操作码字符串的引用,该字符串用于封送处理由引用类型说明描述的结构的字段;如果没有要返回的信息,则返回 null
。
注解
有关 的其他 ITypeInfo::GetMops
信息,请参阅 MSDN 库。