Compartilhar via


AutomationProperties.GetAnnotations(DependencyObject) Método

Definição

Obtém o valor da propriedade AutomationProperties.Annotations para o 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

O DependencyObject especificado.

Retornos

O valor da propriedade AutomationProperties.Annotations .

Aplica-se a