Partilhar via


Propriedade RunConfiguration.TestElements

Obtém todos os ITestElement objetos na RunConfiguration.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
Public ReadOnly Property TestElements As ITestElement()
public ITestElement[] TestElements { get; }
public:
virtual property array<ITestElement^>^ TestElements {
    array<ITestElement^>^ get () sealed;
}
abstract TestElements : ITestElement[] with get
override TestElements : ITestElement[] with get
final function get TestElements () : ITestElement[]

Valor de propriedade

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Uma matriz de ITestElement objetos.

Implementações

IExecutionRunConfiguration.TestElements

Segurança do .NET Framework

Consulte também

Referência

RunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

RunConfiguration

ITestElement