Localization.GetAttributes(Object) 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.
Obtient la valeur de la propriété attachée AttributesProperty à partir d'un élément spécifié.
public:
static System::String ^ GetAttributes(System::Object ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Object))]
public static string GetAttributes (object element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Object))>]
static member GetAttributes : obj -> string
Public Shared Function GetAttributes (element As Object) As String
Paramètres
Retours
Valeur String qui représente l'attribut de localisation.
- Attributs
Exemples
L’exemple de code suivant montre comment récupérer les attributs de localisation définis pour un bouton.
Remarques
Les attributs de localisation spécifient les ressources à localiser.