IVsUIShell.RemoveCurrentNavigationDupes(RemoveBFDirection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);