SearchPopupNavigationService.GetIsCurrentLocation(FrameworkElement) 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.
Gets or sets the flag indicating whether the specified element is the current location.
public:
static bool GetIsCurrentLocation(System::Windows::FrameworkElement ^ element);
public static bool GetIsCurrentLocation (System.Windows.FrameworkElement element);
static member GetIsCurrentLocation : System.Windows.FrameworkElement -> bool
Public Shared Function GetIsCurrentLocation (element As FrameworkElement) As Boolean
Parameters
- element
- FrameworkElement
The element to be checked.
Returns
Returns true
if the element is the current location; otherwise returns false
.