Localization.GetComments(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 CommentsProperty à partir d'un élément spécifié.
public:
static System::String ^ GetComments(System::Object ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Object))]
public static string GetComments (object element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Object))>]
static member GetComments : obj -> string
Public Shared Function GetComments (element As Object) As String
Paramètres
Retours
Valeur String qui représente le commentaire de localisation.
- Attributs
Exemples
L’exemple de code suivant montre comment récupérer les commentaires de localisation définis pour un bloc de texte.
Remarques
Les commentaires de localisation sont du texte de forme libre que le développeur d’application inclut.