UCOMITypeInfo.GetMops(Int32, String) 方法

定义

检索封送处理信息。

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 库。

适用于