Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMoniker::GetDisplayName Method (IBindCtx^, IMoniker^, String^%)

 

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

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  mscorlib (in mscorlib.dll)

void GetDisplayName(
	IBindCtx^ pbc,
	IMoniker^ pmkToLeft,
	[OutAttribute] String^% ppszDisplayName
)

Parameters

pbc
Type: System.Runtime.InteropServices.ComTypes::IBindCtx^

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

pmkToLeft
Type: System.Runtime.InteropServices.ComTypes::IMoniker^

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

ppszDisplayName
Type: System::String^%

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

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

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show:
© 2017 Microsoft