UITestInterpreter.ActionInvoker 属性

获取或设置用于解释此测试的 UITestActionInvoker

命名空间:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
程序集:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration(在 Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll 中)

语法

声明
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)

属性值

类型:Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionInvoker
测试操作调用程序。

.NET Framework 安全性

请参见

参考

UITestInterpreter 类

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration 命名空间

UITestActionInvoker