AutomationProperties.SetLandmarkType Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
|