Partager via


TestElement.CanBeAggregated, propriété

En cas de substitution dans une classe dérivée, obtient une valeur qui indique si cet élément de test peut être agrégé.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
<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

Valeur de propriété

Type : System.Boolean
true si cet élément de test peut être agrégé ; sinon, false.

Implémentations

ITestElement.CanBeAggregated

Sécurité .NET Framework

Voir aussi

Référence

TestElement Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms