UCOMITypeInfo.GetMops(Int32, String) 方法
定义
检索封送处理信息。Retrieves marshaling information.
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,它指示需要哪些封送处理信息。The member ID that indicates which marshaling information is needed.
- pBstrMops
- String
对操作码字符串的引用,该字符串用于封送处理由引用类型说明描述的结构的字段;如果没有要返回的信息,则返回 null。A reference to the opcode string used in marshaling the fields of the structure described by the referenced type description, or returns null if there is no information to return.
注解
有关的其他信息 ITypeInfo::GetMops ,请参阅 MSDN library。For additional information about ITypeInfo::GetMops, see the MSDN Library.