IVsBackForwardNavigation2.RequestAddNavigationItem(IVsWindowFrame) Methode

Definition

Fordert an, dass ein Navigationspunkt für die aktuelle Position der Ansicht im Rahmen hinzugefügt wird.

public:
 bool RequestAddNavigationItem(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ frame);
public:
 bool RequestAddNavigationItem(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ frame);
bool RequestAddNavigationItem(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame const & frame);
public bool RequestAddNavigationItem (Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame frame);
abstract member RequestAddNavigationItem : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame -> bool
Public Function RequestAddNavigationItem (frame As IVsWindowFrame) As Boolean

Parameter

frame
IVsWindowFrame

Rahmen, der das Navigationselement enthält.

Gibt zurück

Boolean

true, wenn das Navigationselement erfolgreich hinzugefügt wurde.

Hinweise

AddNewBFNavigationItemVor der Verwendung dieser Methode sollte aufgerufen werden.

Gilt für