IVsUIShell.RemoveCurrentNavigationDupes(RemoveBFDirection) Method
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);
C++/CX
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
- rdDir
- RemoveBFDirection
[in] Specifies in which direction the navigation item to be removed is located.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
cpp#
HRESULT IVsUIShell::RemoveCurrentNavigationDupes(
[in]RemoveBFDirection rdDir
);
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |