AutomationProperties.GetAnnotations(DependencyObject) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した DependencyObject の AutomationProperties.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 プロパティの値。