Share via


IMoniker.GetDisplayName(IBindCtx, IMoniker, String) Méthode

Définition

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.

S’applique à