HtmlTable.Rows Property
Gets a collection of rows in this table.
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
public virtual UITestControlCollection Rows { get; }
public:
virtual property UITestControlCollection^ Rows {
UITestControlCollection^ get ();
}
abstract Rows : UITestControlCollection
override Rows : UITestControlCollection
function get Rows () : UITestControlCollection
Property Value
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
A collection of rows in this table.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace
UITestControlCollection