IVsUIShell.RemoveAdjacentBFNavigationItem – metoda (RemoveBFDirection)
Odebere položky sousední navigace v určeném směru.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int RemoveAdjacentBFNavigationItem(
RemoveBFDirection rdDir
)
int RemoveAdjacentBFNavigationItem(
RemoveBFDirection rdDir
)
abstract RemoveAdjacentBFNavigationItem :
rdDir:RemoveBFDirection -> int
Function RemoveAdjacentBFNavigationItem (
rdDir As RemoveBFDirection
) As Integer
Parametry
- rdDir
[v] Určuje směr k odebrání položky navigace je umístěn v.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z vsshell.idl:
HRESULT IVsUIShell::RemoveAdjacentBFNavigationItem(
[in] RemoveBFDirection rdDir
);
Viz také
IVsUIShell – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek