TestRun.Tests Свойство

Определение

Получает тесты корневого уровня.

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()

Значение свойства

ITestElement[]

Тесты на корневом уровне.

Применяется к