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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.