SearchPopupNavigationService.SetIsCurrentLocation(FrameworkElement, Boolean) Método

Definição

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.

Aplica-se a