Freigeben über


UITestInterpreterCore.CurrentAction-Eigenschaft

Aktuelle Aktion, die ausgeführt wird.

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

Syntax

'Declaration
Protected Friend ReadOnly Property CurrentAction As UITestAction
protected internal UITestAction CurrentAction { get; }
protected public:
property UITestAction^ CurrentAction {
    UITestAction^ get ();
}
member CurrentAction : UITestAction with get
function get CurrentAction () : UITestAction

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
Gibt UITestAction zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestInterpreterCore Klasse

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration-Namespace