UIActionInterpreter.DelayBetweenActions 属性

获取或设置执行每个操作前延迟的时间。

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

语法

声明
Public Property DelayBetweenActions As Integer
    Get
    Set
public int DelayBetweenActions { get; set; }
public:
property int DelayBetweenActions {
    int get ();
    void set (int value);
}
member DelayBetweenActions : int with get, set
function get DelayBetweenActions () : int
function set DelayBetweenActions (value : int)

属性值

类型:System.Int32
执行之间的秒数。

.NET Framework 安全性

请参见

参考

UIActionInterpreter 类

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