AutomationProperties.GetAnnotations(DependencyObject) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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 .