AutomationProperties.GetLandmarkType(DependencyObject) Methode

Definition

Ruft den Wert der angefügten Eigenschaft des Landmarktyps für das angegebene DependencyObject ab.

public:
 static AutomationLandmarkType GetLandmarkType(DependencyObject ^ element);
 static AutomationLandmarkType GetLandmarkType(DependencyObject const& element);
public static AutomationLandmarkType GetLandmarkType(DependencyObject element);
function getLandmarkType(element)
Public Shared Function GetLandmarkType (element As DependencyObject) As AutomationLandmarkType

Parameter

element
DependencyObject

Das zu überprüfende DependencyObject .

Gibt zurück

Der Orientierungspunkttyp des Elements

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v2.0)

Gilt für:

Weitere Informationen