Proprietà ExtractText.EndsWith

Imposta o ottiene un valore che rappresenta la stringa che delimita la fine della stringa da estrarre.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public Property EndsWith As String
    Get
    Set
public string EndsWith { get; set; }
public:
property String^ EndsWith {
    String^ get ();
    void set (String^ value);
}
member EndsWith : string with get, set
function get EndsWith () : String
function set EndsWith (value : String)

Valore proprietà

Tipo: System.String
Stringa che delimita la fine della stringa da estrarre.

Note

Se la proprietà UseRegularExpression è true, è possibile impostarla con un'espressione regolare per consentire la delimitazione delle stringhe complesse.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExtractText Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting.Rules

Altre risorse

Regular Expressions as a Language

Classi di caratteri