AutomationProperties.GetAnnotations(DependencyObject) Methode

Definition

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)

Parameter

element
DependencyObject

Das zu überprüfende DependencyObject .

Gibt zurück

Der Wert der AutomationProperties.Annotations-Eigenschaft .

Gilt für:

Weitere Informationen