Share via


TestRun.Tests Property

Definition

Gets the root level 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()

Property Value

The tests at the root level.

Applies to