AutomationProperties.SetLandmarkType Méthode

Définition

Définit la valeur de la propriété jointe de type de repère pour l’objet DependencyObject spécifié.

public:
 static void SetLandmarkType(DependencyObject ^ element, AutomationLandmarkType value);
 static void SetLandmarkType(DependencyObject const& element, AutomationLandmarkType const& value);
public static void SetLandmarkType(DependencyObject element, AutomationLandmarkType value);
function setLandmarkType(element, value)
Public Shared Sub SetLandmarkType (element As DependencyObject, value As AutomationLandmarkType)

Paramètres

element
DependencyObject

DependencyObject spécifié.

value
AutomationLandmarkType

Valeur de la propriété de type landmark.

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v2.0)

S’applique à

Voir aussi