Partilhar via


Propriedade RunConfiguration.TestCount

Obtém o número de ITestElement objetos deste RunConfiguration.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
Public ReadOnly Property TestCount As Integer
public int TestCount { get; }
public:
property int TestCount {
    int get ();
}
member TestCount : int with get
function get TestCount () : int

Valor de propriedade

Tipo: System.Int32
O número de ITestElement objetos deste RunConfiguration.

Segurança do .NET Framework

Consulte também

Referência

RunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

RunConfiguration

ITestElement