Compartilhar via


Propriedade ExtractText.Index

Obtém ou define o índice baseado em zero da seqüência de caracteres para corresponder.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Int32
O índice da seqüência de caracteres para corresponder.O valor padrão é zero.

Segurança do .NET Framework

Consulte também

Referência

ExtractText Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules