Share via


RunConfiguration.TestElements Property

Gets all ITestElement objects in the RunConfiguration.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public ReadOnly Property TestElements As ITestElement()
public ITestElement[] TestElements { get; }
public:
virtual property array<ITestElement^>^ TestElements {
    array<ITestElement^>^ get () sealed;
}
abstract TestElements : ITestElement[] with get 
override TestElements : ITestElement[] with get
final function get TestElements () : ITestElement[]

Property Value

Type: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
An array of ITestElement objects.

Implements

IExecutionRunConfiguration.TestElements

.NET Framework Security

See Also

Reference

RunConfiguration Class

Microsoft.VisualStudio.TestTools.Execution Namespace

RunConfiguration

ITestElement