TestAggregation.Elements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array of the test element IDs in this aggregation.
public:
virtual property cli::array <Microsoft::VisualStudio::TestTools::Common::TestId ^> ^ Elements { cli::array <Microsoft::VisualStudio::TestTools::Common::TestId ^> ^ get(); };
public virtual Microsoft.VisualStudio.TestTools.Common.TestId[] Elements { get; }
member this.Elements : Microsoft.VisualStudio.TestTools.Common.TestId[]
Public Overridable ReadOnly Property Elements As TestId()
Property Value
TestId[]
An array of the IDs of test elements in this aggregation.