TestElement.CanBeAggregated (Propiedad)

Cuando se reemplaza en una clase derivada, obtiene un valor que indica si se puede agregar este elemento de prueba.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
<VisiblePropertyAttribute> _
Public MustOverride ReadOnly Property CanBeAggregated As Boolean
[VisiblePropertyAttribute]
public abstract bool CanBeAggregated { get; }
[VisiblePropertyAttribute]
public:
virtual property bool CanBeAggregated {
    bool get () abstract;
}
[<VisiblePropertyAttribute>]
abstract CanBeAggregated : bool with get
abstract function get CanBeAggregated () : boolean

Valor de propiedad

Tipo: System.Boolean
Es true si este elemento de prueba se puede agregar; de lo contrario, es false.

Implementaciones

ITestElement.CanBeAggregated

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)