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

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

Property Value

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

Returns UITestAction.

See Also

UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

Return to top