Sdílet prostřednictvím


IVsUIShell.RemoveCurrentNavigationDupes – metoda (RemoveBFDirection)

 

Odstraní duplicitní položky navigace navigace zpět a vpřed.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)

Syntaxe

int RemoveCurrentNavigationDupes(
    RemoveBFDirection rdDir
)
int RemoveCurrentNavigationDupes(
    RemoveBFDirection rdDir
)
abstract RemoveCurrentNavigationDupes : 
        rdDir:RemoveBFDirection -> int
Function RemoveCurrentNavigationDupes (
    rdDir As RemoveBFDirection
) As Integer

Parametry

  • rdDir
    [v] Určuje, v jakém směru je umístěn odebrat položky navigace.

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::RemoveCurrentNavigationDupes(
   [in]RemoveBFDirection rdDir
);

Viz také

IVsUIShell – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek