共用方式為


PlaybackSettings.DelayBetweenActions 屬性

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)
  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.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)

屬性值

類型:Int32

.NET Framework 安全性

請參閱

參考

PlaybackSettings 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間