Freigeben über


RunConfiguration.TestElements-Eigenschaft

Ruft alle ITestElement-Objekte im RunConfiguration-Element ab.

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[]

Eigenschaftswert

Typ: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Ein Array von ITestElement-Objekten.

Implementiert

IExecutionRunConfiguration.TestElements

.NET Framework-Sicherheit

Siehe auch

Referenz

RunConfiguration Klasse

Microsoft.VisualStudio.TestTools.Execution-Namespace

RunConfiguration

ITestElement