Freigeben über


WinTable.Rows-Eigenschaft

Ruft eine Auflistung der Zeilen in diesem Tabellensteuerelement ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
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 diesem Tabellensteuerelement.

.NET Framework-Sicherheit

Siehe auch

Referenz

WinTable Klasse

Microsoft.VisualStudio.TestTools.UITesting.WinControls-Namespace

UITestControlCollection