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 complet spécifié que ParseDisplayName(IBindCtx, IMoniker, String, Int32, IMoniker) peut interpréter et construit 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 l'opération de liaison.
- pmkToLeft
- IMoniker
Référence au moniker qui a été construit à partir du nom complet jusqu'à ce point.
- pszDisplayName
- String
Référence à la chaîne contenant le reste du nom complet à analyser.
- pchEaten
- Int32
Lorsque cette méthode retourne une valeur, contient le nombre de caractères utilisés pendant l'analyse de pszDisplayName
. Ce paramètre est passé sans être initialisé.
- ppmkOut
- IMoniker
Lorsque cette méthode retourne une valeur, contient une référence au moniker généré à partir de pszDisplayName
. Ce paramètre est passé sans être initialisé.
Remarques
Pour plus d’informations, consultez Méthode IMoniker ::P arseDisplayName.