UCOMIMoniker.GetDisplayName(UCOMIBindCtx, UCOMIMoniker, String) Méthode

Définition

Obtient le nom complet, qui est une représentation lisible par l'utilisateur de ce moniker.

public:
 void GetDisplayName(System::Runtime::InteropServices::UCOMIBindCtx ^ pbc, System::Runtime::InteropServices::UCOMIMoniker ^ pmkToLeft, [Runtime::InteropServices::Out] System::String ^ % ppszDisplayName);
public void GetDisplayName (System.Runtime.InteropServices.UCOMIBindCtx pbc, System.Runtime.InteropServices.UCOMIMoniker pmkToLeft, out string ppszDisplayName);
abstract member GetDisplayName : System.Runtime.InteropServices.UCOMIBindCtx * System.Runtime.InteropServices.UCOMIMoniker * string -> unit
Public Sub GetDisplayName (pbc As UCOMIBindCtx, pmkToLeft As UCOMIMoniker, ByRef ppszDisplayName As String)

Paramètres

pbc
UCOMIBindCtx

Référence au contexte de liaison à utiliser dans cette opération.

pmkToLeft
UCOMIMoniker

Référence au moniker à gauche de ce moniker, si le moniker fait partie d'un moniker composite.

ppszDisplayName
String

Lors d'un retour, contient la chaîne du nom complet.

Remarques

Pour plus d’informations sur IMoniker::GetDisplayName, consultez MSDN Library.

S’applique à