IVsUIShell.RemoveAdjacentBFNavigationItem Method (RemoveBFDirection)

 

Removes an adjacent navigation item in the specified direction.

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

int RemoveAdjacentBFNavigationItem(
	RemoveBFDirection rdDir
)

Parameters

rdDir
Type: Microsoft.VisualStudio.Shell.Interop.RemoveBFDirection

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

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::RemoveAdjacentBFNavigationItem(
   [in] RemoveBFDirection rdDir
);
Return to top
Show: