Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets all ITestElement objects in the RunConfiguration.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public ReadOnly Property TestElements As ITestElement()
public ITestElement[] TestElements { get; }
public:
virtual property array<ITestElement^>^ TestElements {
array<ITestElement^>^ get () sealed;
}
abstract TestElements : ITestElement[]
override TestElements : ITestElement[]
final function get TestElements () : ITestElement[]
Property Value
Type: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
An array of ITestElement objects.
Implements
IExecutionRunConfiguration.TestElements
.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.