TestAggregation.Elements Property
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Elements As TestId()
'Usage
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: array<Microsoft.VisualStudio.TestTools.Common.TestId[]
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.