Compartilhar via


Propriedade ExtractHtmlSelectTag.Index

Obtém ou define o índice.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
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.

Segurança do .NET Framework

Consulte também

Referência

ExtractHtmlSelectTag Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting