次の方法で共有


TestAggregation.Elements Property

Definition

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.

Implements

Applies to