SearchPopupNavigationService.GetCurrentLocation(Popup) Methode

Definition

Gibt die aktuelle Navigations Position im Popup eines Such Steuer Elements zurück, wenn das Popup geöffnet ist.

public:
 static System::Windows::FrameworkElement ^ GetCurrentLocation(System::Windows::Controls::Primitives::Popup ^ searchControlPopup);
public static System.Windows.FrameworkElement GetCurrentLocation (System.Windows.Controls.Primitives.Popup searchControlPopup);
static member GetCurrentLocation : System.Windows.Controls.Primitives.Popup -> System.Windows.FrameworkElement
Public Shared Function GetCurrentLocation (searchControlPopup As Popup) As FrameworkElement

Parameter

searchControlPopup
Popup

Das Popup des Such Steuer Elements.

Gibt zurück

FrameworkElement

Der aktuelle Speicherort oder NULL, wenn das Popup nicht geöffnet ist oder das letzte Navigations Steuerelement nicht mehr im Popup vorhanden ist.

Gilt für