AutomationProperties.GetLandmarkType(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata al tipo di punto di riferimento per l'oggetto DependencyObject specificato.

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

Parametri

element
DependencyObject

Oggetto DependencyObject da controllare.

Restituisce

Tipo di punto di riferimento dell'elemento

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v2.0)

Si applica a

Vedi anche