Condividi tramite


Proprietà TestElement.CanBeAggregated

Sottoposta a override in una classe derivata, ottiene un valore che indica se questo elemento di test può essere aggregato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
<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

Valore proprietà

Tipo: System.Boolean
true se questo elemento di test può essere aggregato; in caso contrario, false.

Implementa

ITestElement.CanBeAggregated

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common