TestAggregation.Elements Property

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

Syntax

'宣言
Public Overridable ReadOnly Property Elements As TestId()
'使用
Dim instance As TestAggregation
Dim value As TestId()

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

Property Value

Type: []

Implements

ITestAggregation.Elements

Permissions

See Also

Reference

TestAggregation Class

TestAggregation Members

Microsoft.VisualStudio.TestTools.Common Namespace