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

public override UITestActionInvoker ActionInvoker { get; set; }
public:
property UITestActionInvoker^ ActionInvoker {
    virtual UITestActionInvoker^ get() override;
    virtual void set(UITestActionInvoker^ value) override;
}
override ActionInvoker : UITestActionInvoker with get, set
Public Overrides Property ActionInvoker As UITestActionInvoker

Property Value

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

The test action invoker.

See Also

UITestActionInvoker
UITestInterpreter Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

Return to top