共用方式為


UIActionInterpreter.DelayBetweenActions 屬性

取得或設定在執行每個動作之前要延遲的時間。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
組件:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (在 Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll 中)

語法

'宣告
Public Property DelayBetweenActions As Integer
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 命名空間