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
public virtual UITestActionInvoker ActionInvoker { get; set; }
public:
property UITestActionInvoker^ ActionInvoker {
virtual UITestActionInvoker^ get();
virtual void set(UITestActionInvoker^ value);
}
abstract ActionInvoker : UITestActionInvoker with get, set
override ActionInvoker : UITestActionInvoker with get, set
Public Overridable Property ActionInvoker As UITestActionInvoker
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionInvoker
Returns UITestActionInvoker.
See Also
UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top