IVsBackForwardNavigation2.RequestAddNavigationItem Method

Requests that a navigation point be added for the view's current location in the frame.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Function RequestAddNavigationItem ( _
    frame As IVsWindowFrame _
) As Boolean
bool RequestAddNavigationItem(
    IVsWindowFrame frame
)
bool RequestAddNavigationItem(
    [InAttribute] IVsWindowFrame^ frame
)
abstract RequestAddNavigationItem : 
        frame:IVsWindowFrame -> bool
function RequestAddNavigationItem(
    frame : IVsWindowFrame
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the navigation item was successfully added.

Remarks

You should call AddNewBFNavigationItem before using this method.

.NET Framework Security

See Also

Reference

IVsBackForwardNavigation2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace