AutomationProperties.GetAnnotations(DependencyObject) 方法

定义

获取指定 DependencyObjectAutomationProperties.Annotations 属性的值。

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)

参数

返回

AutomationProperties.Annotations 属性的值。

适用于

另请参阅