UCOMITypeInfo.GetMops(Int32, String) Metodo

Definizione

Recupera le informazioni di marshalling.

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)

Parametri

memid
Int32

ID del membro che indica le informazioni di marshalling necessarie.

pBstrMops
String

Riferimento a una stringa opcode utilizzata nel marshalling dei campi della struttura descritta dalla descrizione del tipo a cui viene fatto riferimento oppure null se non sono disponibili informazioni da restituire.

Commenti

Per altre informazioni su ITypeInfo::GetMops, vedere MSDN Library.

Si applica a