Sdílet prostřednictvím


WpfControl.AutomationId – vlastnost

Načte ID automatizace, který je přiřazen tento ovládací prvek.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Deklarace
Public Overridable ReadOnly Property AutomationId As String
public virtual string AutomationId { get; }
public:
virtual property String^ AutomationId {
    String^ get ();
}
abstract AutomationId : string with get
override AutomationId : string with get
function get AutomationId () : String

Hodnota vlastnosti

Typ: System.String
Řetězec, který obsahuje ID automatizace, který je přiřazen tento ovládací prvek.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WpfControl Třída

Microsoft.VisualStudio.TestTools.UITesting.WpfControls – obor názvů