UCOMIMoniker.GetDisplayName(UCOMIBindCtx, UCOMIMoniker, String) Method

Definition

Gets the display name, which is a user-readable representation of this 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)

Parameters

pbc
UCOMIBindCtx

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

pmkToLeft
UCOMIMoniker

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

ppszDisplayName
String

On successful return, contains the display name string.

Remarks

For more information about IMoniker::GetDisplayName, see the MSDN Library.

Applies to