SearchPopupNavigationService.GetIsCurrentLocation(FrameworkElement) Yöntem

Tanım

Belirtilen öğenin geçerli konum olup olmadığını belirten bayrağı alır veya ayarlar.

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

Parametreler

element
FrameworkElement

Denetlenecek öğe.

Döndürülenler

Boolean

trueÖğe geçerli konum ise döndürür; Aksi takdirde döndürür false .

Şunlara uygulanır