UCOMIMoniker.GetDisplayName(UCOMIBindCtx, UCOMIMoniker, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.