Sdílet prostřednictvím


TestAggregation.Elements – vlastnost

Získá matice test ID prvků v této agregace.

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

Syntaxe

'Deklarace
Public Overridable ReadOnly Property Elements As TestId()
public virtual TestId[] Elements { get; }
public:
virtual property array<TestId^>^ Elements {
    array<TestId^>^ get ();
}
abstract Elements : TestId[] with get 
override Elements : TestId[] with get
function get Elements () : TestId[]

Hodnota vlastnosti

Typ: array<Microsoft.VisualStudio.TestTools.Common.TestId[]
Pole ID testovací prvky v této agregace.

Implementuje

ITestAggregation.Elements

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestAggregation Třída

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