ITestElement.CanBeAggregated (Propiedad)

Obtiene un valor que indica si este elemento de prueba puede insertarse en pruebas de agregación.

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

Sintaxis

'Declaración
ReadOnly Property CanBeAggregated As Boolean
bool CanBeAggregated { get; }
property bool CanBeAggregated {
    bool get ();
}
abstract CanBeAggregated : bool with get
function get CanBeAggregated () : boolean

Valor de propiedad

Tipo: System.Boolean
Es true si este elemento de prueba se puede insertar en pruebas de agregación; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

ITestElement Interfaz

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