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
frame
Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameFrame containing the navigation item.
Return Value
Type: Boolean
true if the navigation item was successfully added.
Remarks
You should call AddNewBFNavigationItem before using this method.
.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.