IMoniker.GetDisplayName(IBindCtx, IMoniker, String) Method

Definition

Gets the display name, which is a user-readable representation of the current moniker.

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)

Parameters

pbc
IBindCtx

A reference to the bind context to use in this operation.

pmkToLeft
IMoniker

A reference to the moniker to the left of the current moniker, if the moniker is part of a composite moniker.

ppszDisplayName
String

When this method returns, contains the display name string. This parameter is passed uninitialized.

Remarks

For more information, see IMoniker::GetDisplayName method.

Applies to