共用方式為


LoopConditionalRuleReference.AdvanceDataCursors 屬性

取得或設定資料游標是否應該前進的指標。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Property AdvanceDataCursors As Boolean
public bool AdvanceDataCursors { get; set; }
public:
property bool AdvanceDataCursors {
    bool get ();
    void set (bool value);
}
member AdvanceDataCursors : bool with get, set
function get AdvanceDataCursors () : boolean 
function set AdvanceDataCursors (value : boolean)

屬性值

類型:Boolean
true 以讓資料游標前進,否則為 false。

.NET Framework 安全性

請參閱

參考

LoopConditionalRuleReference 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間