IVsUIShell.RemoveCurrentNavigationDupes(RemoveBFDirection) Method

Definition

Removes navigation duplicates in backward and forward navigation.

public:
 int RemoveCurrentNavigationDupes(Microsoft::VisualStudio::Shell::Interop::RemoveBFDirection rdDir);
public:
 int RemoveCurrentNavigationDupes(Microsoft::VisualStudio::Shell::Interop::RemoveBFDirection rdDir);
int RemoveCurrentNavigationDupes(Microsoft::VisualStudio::Shell::Interop::RemoveBFDirection rdDir);
public int RemoveCurrentNavigationDupes (Microsoft.VisualStudio.Shell.Interop.RemoveBFDirection rdDir);
abstract member RemoveCurrentNavigationDupes : Microsoft.VisualStudio.Shell.Interop.RemoveBFDirection -> int
Public Function RemoveCurrentNavigationDupes (rdDir As RemoveBFDirection) As Integer

Parameters

rdDir
RemoveBFDirection

[in] Specifies in which direction the navigation item to be removed is located.

Returns

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsUIShell::RemoveCurrentNavigationDupes(  
   [in]RemoveBFDirection rdDir  
);  

Applies to