AutomationProperties.GetAnnotations(DependencyObject) Méthode

Définition

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 .

S’applique à

Voir aussi