Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an array of the test element IDs in this aggregation.
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()
public virtual TestId[] Elements { get; }
public:
virtual property array<TestId^>^ Elements {
array<TestId^>^ get ();
}
abstract Elements : TestId[] with get
override Elements : TestId[] with get
function get Elements () : TestId[]
Property Value
Type: array<Microsoft.VisualStudio.TestTools.Common.TestId[]
An array of the IDs of test elements in this aggregation.
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.