Partager via


UCOMITypeInfo.GetMops(Int32, String) Méthode

Définition

Récupère des informations de marshaling.

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)

Paramètres

memid
Int32

ID de membre qui indique les informations de marshaling nécessaires.

pBstrMops
String

Une référence à la chaîne opcode utilisée pour marshaler les champs de la structure décrite par la description de type référencée, ou retourne null s'il n'y a aucune information à retourner.

Remarques

Pour plus d’informations sur ITypeInfo::GetMops, consultez MSDN Library.

S’applique à