IVsBackForwardNavigation2::RequestAddNavigationItem Method (IVsWindowFrame^)

 

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)

bool RequestAddNavigationItem(
	IVsWindowFrame^ frame
)

Parameters

frame
Type: Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^

Frame containing the navigation item.

Return Value

Type: System::Boolean

true if the navigation item was successfully added.

You should call AddNewBFNavigationItem before using this method.

Return to top
Show: