Freigeben über


UITestProgressEventArgs.Action-Eigenschaft

Ruft das zugeordnete UITestAction-Objekt ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Action As UITestAction
public UITestAction Action { get; }
public:
property UITestAction^ Action {
    UITestAction^ get ();
}
member Action : UITestAction with get
function get Action () : UITestAction

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
Die zugeordnete Testaktion.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestProgressEventArgs Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITestAction