次の方法で共有


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)

パラメーター

element
DependencyObject

チェックする DependencyObject

戻り値

AutomationProperties.Annotations プロパティの値。

適用対象

こちらもご覧ください