IVsUIShell.RemoveAdjacentBFNavigationItem Method (RemoveBFDirection)
Visual Studio 2015
Removes an adjacent navigation item in the specified direction.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- rdDir
-
Type:
Microsoft.VisualStudio.Shell.Interop.RemoveBFDirection
[in] Specifies which direction the navigation item to be removed is located in.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsUIShell::RemoveAdjacentBFNavigationItem(
[in] RemoveBFDirection rdDir
);
Show: