UITest.CurrentActionList 属性

获取或设置当前编码的 UI 测试操作的列表。

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

语法

声明
Public Property CurrentActionList As ActionList
    Get
    Set
public ActionList CurrentActionList { get; set; }
public:
property ActionList^ CurrentActionList {
    ActionList^ get ();
    void set (ActionList^ value);
}
member CurrentActionList : ActionList with get, set
function get CurrentActionList () : ActionList
function set CurrentActionList (value : ActionList)

属性值

类型:Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
当前测试操作的列表。

.NET Framework 安全性

请参见

参考

UITest 类

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

ActionList