SearchPopupNavigationService.SetIsCurrentLocation Method

Definition

Sets the flag indicating whether the specified element is the current location.

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)

Parameters

element
FrameworkElement

The element for which to set the flag.

value
Boolean

The value to which the flag is set.

Applies to