ITestAggregation.Elements Property

Definition

When implemented in a derived class, gets an array of IDs that identify the test elements that are aggregated into this aggregation.

public:
 property cli::array <Microsoft::VisualStudio::TestTools::Common::TestId ^> ^ Elements { cli::array <Microsoft::VisualStudio::TestTools::Common::TestId ^> ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestId[] Elements { get; }
member this.Elements : Microsoft.VisualStudio.TestTools.Common.TestId[]
Public ReadOnly Property Elements As TestId()

Property Value

TestId[]

An array of test IDs.

Applies to