SearchPopupNavigationService.SetIsCurrentLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.