AutomationProperties.AnnotationsProperty Propriété

Définition

Identifie la propriété jointe AutomationProperties.Annotations .

public:
 static property DependencyProperty ^ AnnotationsProperty { DependencyProperty ^ get(); };
static DependencyProperty AnnotationsProperty();
public static DependencyProperty AnnotationsProperty { get; }
var dependencyProperty = AutomationProperties.annotationsProperty;
Public Shared ReadOnly Property AnnotationsProperty As DependencyProperty

Valeur de propriété

Identificateur de la propriété jointe AutomationProperties.Annotations .

Remarques

Notes

AutomationProperties.Annotations est une propriété jointe atypique, car elle n’a pas d’accesseur Set et n’est donc pas vraiment une propriété jointe XAML avec une utilisation de balisage. Il utilise le modèle de propriété attaché comme magasin de propriétés, mais ne prend pas en charge une utilisation XAML (Extensible Application Markup Language). Pour obtenir la liste des annotations, appelez GetAnnotations, en passant l’élément comme paramètre d’entrée.

S’applique à

Voir aussi