Condividi tramite


AutomationProperties.GetAnnotations(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà AutomationProperties.Annotations per l'oggetto DependencyObject specificato.

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)

Parametri

element
DependencyObject

Oggetto DependencyObject da controllare.

Restituisce

Valore della proprietà AutomationProperties.Annotations .

Si applica a

Vedi anche