共用方式為


ExtractFormField.Index 屬性

取得或設定要比對之字串的索引 (以 0 起始)。

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

語法

'宣告
Public Property Index As Integer
public int Index { get; set; }
public:
property int Index {
    int get ();
    void set (int value);
}
member Index : int with get, set
function get Index () : int
function set Index (value : int)

屬性值

型別:System.Int32
傳回第一個出現的 StartsWith/EndsWith 字串。

備註

此索引值用來擷取表單欄位值。

.NET Framework 安全性

請參閱

參考

ExtractFormField 類別

Microsoft.VisualStudio.TestTools.WebTesting.Rules 命名空間