AutomationProperties.SetLocalizedLandmarkType 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 point de repère localisé pour l’objet DependencyObject spécifié.
public:
static void SetLocalizedLandmarkType(DependencyObject ^ element, Platform::String ^ value);
static void SetLocalizedLandmarkType(DependencyObject const& element, winrt::hstring const& value);
public static void SetLocalizedLandmarkType(DependencyObject element, string value);
function setLocalizedLandmarkType(element, value)
Public Shared Sub SetLocalizedLandmarkType (element As DependencyObject, value As String)
Paramètres
- element
- DependencyObject
DependencyObject spécifié.
- value
-
String
Platform::String
winrt::hstring
Chaîne localisée définissant le type de point de repère de l’élément.
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v2.0)
|