UCOMITypeInfo.GetMops(Int32, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.