Bagikan melalui


AutomationProperties.GetAnnotations(DependencyObject) Metode

Definisi

Mendapatkan nilai properti AutomationProperties.Annotations untuk DependencyObject yang ditentukan.

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)

Parameter

element
DependencyObject

DependencyObject untuk diperiksa.

Mengembalikan

Nilai properti AutomationProperties.Annotations .

Berlaku untuk

Lihat juga