Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub GetDisplayName ( _
    pbc As IBindCtx, _
    pmkToLeft As IMoniker, _
    <OutAttribute> ByRef ppszDisplayName As String _
)
void GetDisplayName(
    IBindCtx pbc,
    IMoniker pmkToLeft,
    out string ppszDisplayName
)
void GetDisplayName(
    [InAttribute] IBindCtx^ pbc, 
    [InAttribute] IMoniker^ pmkToLeft, 
    [OutAttribute] String^% ppszDisplayName
)
abstract GetDisplayName : 
        pbc:IBindCtx * 
        pmkToLeft:IMoniker * 
        ppszDisplayName:string byref -> unit
function GetDisplayName(
    pbc : IBindCtx, 
    pmkToLeft : IMoniker, 
    ppszDisplayName : String
)
Parameters
- pmkToLeft
Type: Microsoft.VisualStudio.OLE.Interop.IMoniker 
- ppszDisplayName
Type: System.String% 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.