IMoniker.GetDisplayName(IBindCtx, IMoniker, 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.
Obtient le nom complet, qui est une représentation lisible par l'utilisateur du moniker actuel.
public:
void GetDisplayName(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, [Runtime::InteropServices::Out] System::String ^ % ppszDisplayName);
public void GetDisplayName (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, out string ppszDisplayName);
public void GetDisplayName (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker? pmkToLeft, out string ppszDisplayName);
abstract member GetDisplayName : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * string -> unit
Public Sub GetDisplayName (pbc As IBindCtx, pmkToLeft As IMoniker, ByRef ppszDisplayName As String)
Paramètres
- pbc
- IBindCtx
Référence au contexte de liaison à utiliser dans cette opération.
- pmkToLeft
- IMoniker
Référence au moniker à gauche du moniker en cours, si le moniker fait partie d'un moniker composite.
- ppszDisplayName
- String
Lorsque cette méthode retourne une valeur, contient la chaîne du nom complet. Ce paramètre est passé sans être initialisé.
Remarques
Pour plus d’informations, consultez Méthode IMoniker ::GetDisplayName.