UITestInterpreterCore.CurrentAction Property

Current action being executed.

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

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
Returns UITestAction.

.NET Framework Security

See Also

Reference

UITestInterpreterCore Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace