Поделиться через


AutomationProperties.GetAnnotations(DependencyObject) Метод

Определение

Возвращает значение свойства AutomationProperties.Annotations для указанного Объекта DependencyObject.

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)

Параметры

element
DependencyObject

Объект DependencyObject для проверка.

Возвращаемое значение

Значение свойства AutomationProperties.Annotations .

Применяется к

См. также раздел