Condividi tramite


Proprietà TestRun.Tests

Ottiene i test a livello radice.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Tests As ITestElement()
    Get
public ITestElement[] Tests { get; }
public:
property array<ITestElement^>^ Tests {
    array<ITestElement^>^ get ();
}
member Tests : ITestElement[]
function get Tests () : ITestElement[]

Valore proprietà

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Test a livello radice.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestRun Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

ITestElement