IMoniker.ParseDisplayName(IBindCtx, IMoniker, String, Int32, IMoniker) 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.
Lit autant de caractères du nom d’affichage spécifié que les ParseDisplayName(IBindCtx, IMoniker, String, Int32, IMoniker) compréhensions et génère un moniker correspondant à la partie lue.
public:
void ParseDisplayName(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, System::String ^ pszDisplayName, [Runtime::InteropServices::Out] int % pchEaten, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IMoniker ^ % ppmkOut);
public void ParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, string pszDisplayName, out int pchEaten, out System.Runtime.InteropServices.ComTypes.IMoniker ppmkOut);
abstract member ParseDisplayName : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * string * int * IMoniker -> unit
Public Sub ParseDisplayName (pbc As IBindCtx, pmkToLeft As IMoniker, pszDisplayName As String, ByRef pchEaten As Integer, ByRef ppmkOut As IMoniker)
Paramètres
- pbc
- IBindCtx
Référence au contexte de liaison à utiliser dans cette opération de liaison.
- pmkToLeft
- IMoniker
Référence au moniker qui a été créé à partir du nom d’affichage jusqu’à ce stade.
- pszDisplayName
- String
Référence à la chaîne contenant le nom d’affichage restant à analyser.
- pchEaten
- Int32
Lorsque cette méthode est retournée, contient le nombre de caractères consommés pszDisplayNamedans l’analyse . Ce paramètre est passé non initialisé.
- ppmkOut
- IMoniker
Lorsque cette méthode est retournée, contient une référence au moniker qui a été créé à partir de pszDisplayName. Ce paramètre est passé non initialisé.
Remarques
Pour plus d’informations, consultez la méthode IMoniker ::P arseDisplayName.