Aracılığıyla paylaş


AutomationProperties.GetAutomationId(DependencyObject) Yöntem

Tanım

AutomationId Belirtilen DependencyObjectiçin ekli özelliğini alır.

public:
 static System::String ^ GetAutomationId(System::Windows::DependencyObject ^ element);
public static string GetAutomationId (System.Windows.DependencyObject element);
static member GetAutomationId : System.Windows.DependencyObject -> string
Public Shared Function GetAutomationId (element As DependencyObject) As String

Parametreler

element
DependencyObject

Denetlenecek DependencyObject .

Döndürülenler

String

Belirtilen öğenin UI Otomasyonu tanımlayıcısı.

Açıklamalar

Özellik ayarlı değilse AutomationId , bu yöntem özelliğini döndürür Name .

Şunlara uygulanır

Ayrıca bkz.