Udostępnij za pośrednictwem


Właściwość ITestAggregation.Elements —

Po wdrożeniu w klasie pochodnej pobiera tablicę identyfikatorów, które identyfikują elementy badania, które są agregowane do tej agregacji.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
ReadOnly Property Elements As TestId()
TestId[] Elements { get; }
property array<TestId^>^ Elements {
    array<TestId^>^ get ();
}
abstract Elements : TestId[] with get
function get Elements () : TestId[]

Wartość właściwości

Typ: array<Microsoft.VisualStudio.TestTools.Common.TestId[]
Tablica test identyfikatorów.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestAggregation Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common