Freigeben über


HtmlTable.Rows-Eigenschaft

Ruft eine Auflistung der Zeilen in dieser Tabelle ab.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Rows As UITestControlCollection
    Get
public virtual UITestControlCollection Rows { get; }
public:
virtual property UITestControlCollection^ Rows {
    UITestControlCollection^ get ();
}
abstract Rows : UITestControlCollection
override Rows : UITestControlCollection
function get Rows () : UITestControlCollection

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
Eine Auflistung der Zeilen in dieser Tabelle.

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlTable Klasse

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace

UITestControlCollection