Partilhar via


Propriedade ITestElement.CanBeAggregated

Obtém um valor que indica se o elemento de teste pode ser inserido em testes de agregação.

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

Sintaxe

'Declaração
ReadOnly Property CanBeAggregated As Boolean
    Get
bool CanBeAggregated { get; }
property bool CanBeAggregated {
    bool get ();
}
abstract CanBeAggregated : bool
function get CanBeAggregated () : boolean

Valor de propriedade

Tipo: System.Boolean
true Se o elemento de teste pode ser inserido em testes de agregação; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ITestElement Interface

Namespace Microsoft.VisualStudio.TestTools.Common