SearchPopupNavigationService.GetCurrentLocation(Popup) Método

Definição

Retorna o local de navegação atual no Popup de um controle de pesquisa quando o Popup está aberto

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

Parâmetros

searchControlPopup
Popup

O pop-up do controle de pesquisa.

Retornos

FrameworkElement

O local atual ou nulo se o pop-up não estiver aberto ou o último controle navegado não existir mais no pop-up

Aplica-se a