Sdílet prostřednictvím


RunConfiguration.TestCount – vlastnost

Získá číslo ITestElement objekty v tomto RunConfiguration.

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Deklarace
Public ReadOnly Property TestCount As Integer
    Get
public int TestCount { get; }
public:
property int TestCount {
    int get ();
}
member TestCount : int
function get TestCount () : int

Hodnota vlastnosti

Typ: System.Int32
Počet ITestElement objekty v tomto RunConfiguration.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RunConfiguration Třída

Microsoft.VisualStudio.TestTools.Execution – obor názvů

RunConfiguration

ITestElement