IVsUIShell.RemoveCurrentNavigationDupes Method (RemoveBFDirection)

 

Removes navigation duplicates in backward and forward navigation.

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

int RemoveCurrentNavigationDupes(
	RemoveBFDirection rdDir
)

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.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsUIShell::RemoveCurrentNavigationDupes(
   [in]RemoveBFDirection rdDir
);
Return to top
Show: