IExecutionRunConfiguration.TestElements Property

Definition

Gets the list of test elements in the run.

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

Property Value

Returns the list of test elements in the test run.

Applies to