AutomationProperties.GetAnnotations(DependencyObject) 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é AutomationProperties.Annotations pour l’objet DependencyObject spécifié.
public:
static IVector<AutomationAnnotation ^> ^ GetAnnotations(DependencyObject ^ element);
static IVector<AutomationAnnotation> GetAnnotations(DependencyObject const& element);
public static IList<AutomationAnnotation> GetAnnotations(DependencyObject element);
function getAnnotations(element)
Public Shared Function GetAnnotations (element As DependencyObject) As IList(Of AutomationAnnotation)
Paramètres
- element
- DependencyObject
DependencyObject à case activée.
Retours
Valeur de la propriété AutomationProperties.Annotations .