UITestInterpreterCore.ActionInvoker Property

Gets or sets the UITestActionInvoker to use to execute actions in the UITest.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

UITestInterpreterCore Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace