共用方式為


ExtractText.StartsWith 屬性

取得或設定值,這個值表示用來分隔要擷取之字串開頭的字串。

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

語法

'宣告
Public Property StartsWith As String
public string StartsWith { get; set; }
public:
property String^ StartsWith {
    String^ get ();
    void set (String^ value);
}
member StartsWith : string with get, set
function get StartsWith () : String
function set StartsWith (value : String)

屬性值

型別:System.String
字串,用來分隔要擷取之字串的開頭。

備註

如果 UseRegularExpression 為 true,這個屬性可以使用規則運算式進行設定,以啟用分隔複雜字串。

.NET Framework 安全性

請參閱

參考

ExtractText 類別

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

其他資源

Regular Expressions as a Language

規則運算式中的字元類別