Sdílet prostřednictvím


HtmlTable.RowCount – vlastnost

V této tabulce, získá počet řádků.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Int32
Počet řádků v této tabulce.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

HtmlTable Třída

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls – obor názvů