SearchPopupNavigationService.GetCurrentLocationSetMode(Popup) Methode

Definition

Ruft den Wert ab, der nachverfolgt, ob die CurrentLocation zuletzt mit Tastatur oder Maus geändert wurde.

public:
 static Microsoft::VisualStudio::PlatformUI::CurrentLocationSetMode GetCurrentLocationSetMode(System::Windows::Controls::Primitives::Popup ^ searchControlPopup);
public static Microsoft.VisualStudio.PlatformUI.CurrentLocationSetMode GetCurrentLocationSetMode (System.Windows.Controls.Primitives.Popup searchControlPopup);
static member GetCurrentLocationSetMode : System.Windows.Controls.Primitives.Popup -> Microsoft.VisualStudio.PlatformUI.CurrentLocationSetMode
Public Shared Function GetCurrentLocationSetMode (searchControlPopup As Popup) As CurrentLocationSetMode

Parameter

searchControlPopup
Popup

Das Popup Fenster, in dem der Speicherort nachverfolgt wird.

Gibt zurück

CurrentLocationSetMode

Gibt den CurrentLocationSetMode-Wert zurück.

Gilt für