Freigeben über


HtmlTable.Rows-Eigenschaft

Ruft eine Auflistung der Zeilen in dieser 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 Rows As UITestControlCollection
public virtual UITestControlCollection Rows { get; }
public:
virtual property UITestControlCollection^ Rows {
    UITestControlCollection^ get ();
}
abstract Rows : UITestControlCollection with get 
override Rows : UITestControlCollection with get
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