SearchPopupNavigationService.SetIsCurrentLocation(FrameworkElement, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define o sinalizador que indica se o elemento especificado é o local atual.
public:
static void SetIsCurrentLocation(System::Windows::FrameworkElement ^ element, bool value);
public static void SetIsCurrentLocation (System.Windows.FrameworkElement element, bool value);
static member SetIsCurrentLocation : System.Windows.FrameworkElement * bool -> unit
Public Shared Sub SetIsCurrentLocation (element As FrameworkElement, value As Boolean)
Parâmetros
- element
- FrameworkElement
O elemento para o qual definir o sinalizador.
- value
- Boolean
O valor para o qual o sinalizador é definido.