UITestActionEventArgs.Action Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the associated UITestAction object.

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

Syntax

'Declaration
Public ReadOnly Property Action As UITestAction
    Get
'Usage
Dim instance As UITestActionEventArgs
Dim value As UITestAction

value = instance.Action
public UITestAction Action { get; }
public:
property UITestAction^ Action {
    UITestAction^ get ();
}
member Action : UITestAction
function get Action () : UITestAction

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
The UI test action.

.NET Framework Security

See Also

Reference

UITestActionEventArgs Class

UITestActionEventArgs Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITestAction