Freigeben über


HtmlRow.RowIndex-Eigenschaft

Ruft den Index dieser Zeile in der Tabelle ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblys:   Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property RowIndex As Integer
public virtual int RowIndex { get; }
public:
virtual property int RowIndex {
    int get ();
}
abstract RowIndex : int with get 
override RowIndex : int with get
function get RowIndex () : int

Eigenschaftswert

Typ: Int32
Der Index dieser Zeile in der Tabelle.

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlRow Klasse

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace