IVsUIShell.RemoveAdjacentBFNavigationItem(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 an adjacent navigation item in the specified direction.
public:
int RemoveAdjacentBFNavigationItem(Microsoft::VisualStudio::Shell::Interop::RemoveBFDirection rdDir);
public:
int RemoveAdjacentBFNavigationItem(Microsoft::VisualStudio::Shell::Interop::RemoveBFDirection rdDir);
int RemoveAdjacentBFNavigationItem(Microsoft::VisualStudio::Shell::Interop::RemoveBFDirection rdDir);
public int RemoveAdjacentBFNavigationItem (Microsoft.VisualStudio.Shell.Interop.RemoveBFDirection rdDir);
abstract member RemoveAdjacentBFNavigationItem : Microsoft.VisualStudio.Shell.Interop.RemoveBFDirection -> int
Public Function RemoveAdjacentBFNavigationItem (rdDir As RemoveBFDirection) As Integer
Parameters
- rdDir
- RemoveBFDirection
[in] Specifies which direction the navigation item to be removed is located in.
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::RemoveAdjacentBFNavigationItem(
[in] RemoveBFDirection rdDir
);