Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Overrides Property ActionInvoker As UITestActionInvoker
public override UITestActionInvoker ActionInvoker { get; set; }
public:
virtual property UITestActionInvoker^ ActionInvoker {
UITestActionInvoker^ get () override;
void set (UITestActionInvoker^ value) override;
}
abstract ActionInvoker : UITestActionInvoker with get, set
override ActionInvoker : UITestActionInvoker with get, set
override function get ActionInvoker () : UITestActionInvoker
override 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