TestRun.Tests Özellik

Tanım

Kök düzeyi testlerini alır.

public:
 property cli::array <Microsoft::VisualStudio::TestTools::Common::ITestElement ^> ^ Tests { cli::array <Microsoft::VisualStudio::TestTools::Common::ITestElement ^> ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.ITestElement[] Tests { get; }
member this.Tests : Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Public ReadOnly Property Tests As ITestElement()

Özellik Değeri

ITestElement[]

Kök düzeyindeki testler.

Şunlara uygulanır