Share via


ITestAggregation.Elements Property

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
ReadOnly Property Elements As TestId()
'Usage
Dim instance As ITestAggregation 
Dim value As TestId()

value = instance.Elements
TestId[] Elements { get; }
property array<TestId^>^ Elements {
    array<TestId^>^ get ();
}
function get Elements () : TestId[]

Property Value

Type: array<Microsoft.VisualStudio.TestTools.Common.TestId[]

.NET Framework Security

See Also

Reference

ITestAggregation Interface

ITestAggregation Members

Microsoft.VisualStudio.TestTools.Common Namespace