RunConfiguration.TestElements Property

Definition

Gets all ITestElement objects in the RunConfiguration.

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

An array of ITestElement objects.

Implements

Applies to