Compartilhar via


Propriedade TestElement.CanBeAggregated

Quando substituído em uma classe derivada, obtém um valor que indica se o elemento de teste pode ser agregado.

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

Sintaxe

'Declaração
<VisiblePropertyAttribute> _
Public MustOverride ReadOnly Property CanBeAggregated As Boolean
    Get
[VisiblePropertyAttribute]
public abstract bool CanBeAggregated { get; }
[VisiblePropertyAttribute]
public:
virtual property bool CanBeAggregated {
    bool get () abstract;
}
[<VisiblePropertyAttribute>]
abstract CanBeAggregated : bool
abstract function get CanBeAggregated () : boolean

Valor de propriedade

Tipo: System.Boolean
true Se o elemento de teste pode ser agregado; Caso contrário, false.

Implementações

ITestElement.CanBeAggregated

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Namespace Microsoft.VisualStudio.TestTools.Common