IVsUIShell.RemoveCurrentNavigationDupes Method (RemoveBFDirection)
Visual Studio 2015
Removes navigation duplicates in backward and forward navigation.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- rdDir
-
Type:
Microsoft.VisualStudio.Shell.Interop.RemoveBFDirection
[in] Specifies in which direction the navigation item to be removed is located.
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::RemoveCurrentNavigationDupes(
[in]RemoveBFDirection rdDir
);
Show: