UITestInterpreter.ActionInvoker Property

Gets or sets the UITestActionInvoker to interpret this test.

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

Syntax

'Declaration
Public Property ActionInvoker As UITestActionInvoker
public UITestActionInvoker ActionInvoker { get; set; }
public:
property UITestActionInvoker^ ActionInvoker {
    UITestActionInvoker^ get ();
    void set (UITestActionInvoker^ value);
}
member ActionInvoker : UITestActionInvoker with get, set
function get ActionInvoker () : UITestActionInvoker
function set ActionInvoker (value : UITestActionInvoker)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionInvoker
The test action invoker.

.NET Framework Security

See Also

Reference

UITestInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITestActionInvoker