Compartir a través de


AutomationProperties.GetAnnotations(DependencyObject) Método

Definición

Obtiene el valor de la propiedad AutomationProperties.Annotations para dependencyObject especificado.

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)

Parámetros

element
DependencyObject

DependencyObject que se va a comprobar.

Devoluciones

Valor de la propiedad AutomationProperties.Annotations .

Se aplica a

Consulte también