UITestActionEventArgs.Action Property

 

Gets the associated UITestAction object.

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

Syntax

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

Property Value

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

The UI test action.

See Also

UITestAction
UITestActionEventArgs Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top