Partager via


ExtractText.Index, propriété

Obtient ou définit l'index de base zéro de la chaîne à mettre en correspondance.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property Index As Integer
    Get
    Set
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)

Valeur de propriété

Type : System.Int32
Index de la chaîne à mettre en correspondance.La valeur par défaut est 0.

Sécurité .NET Framework

Voir aussi

Référence

ExtractText Classe

Microsoft.VisualStudio.TestTools.WebTesting.Rules, espace de noms