ITestAggregation.Elements Property

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

Syntax

'宣言
ReadOnly Property Elements As TestId()
'使用
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: []

Permissions

See Also

Reference

ITestAggregation Interface

ITestAggregation Members

Microsoft.VisualStudio.TestTools.Common Namespace