ITypeInfo.GetMops(Int32, String) Méthode

Définition

Récupère les 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

Lorsque cette méthode est retournée, contient une référence à la opcode chaîne utilisée pour marshaler les champs de la structure décrites par la description de type référencée ou retourne null s’il n’y a aucune information à retourner. Ce paramètre est passé non initialisé.

Remarques

Pour plus d’informations, consultez la méthode ITypeInfo ::GetMops.

S’applique à