获取或设置用于解释此测试的 UITestActionInvoker。
命名空间: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
程序集: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration(在 Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll 中)
语法
声明
Public Property ActionInvoker As UITestActionInvoker
Get
Set
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)
属性值
类型:Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionInvoker
测试操作调用程序。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。