IMoniker::GetDisplayName Method (IBindCtx^, IMoniker^, String^%)
.NET Framework (current version)
Gets the display name, which is a user-readable representation of the current moniker.
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
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: