Sdílet prostřednictvím


RunConfiguration.TestElements – vlastnost

Získá všechny ITestElement objekty v RunConfiguration.

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Pole ITestElement objektů.

Implementuje

IExecutionRunConfiguration.TestElements

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RunConfiguration Třída

Microsoft.VisualStudio.TestTools.Execution – obor názvů

RunConfiguration

ITestElement