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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace