Partager via


ITestElement.CanBeAggregated, propriété

Obtient une valeur qui indique si cet élément de test peut être inséré dans les tests d'agrégation.

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

Syntaxe

'Déclaration
ReadOnly Property CanBeAggregated As Boolean
    Get
bool CanBeAggregated { get; }
property bool CanBeAggregated {
    bool get ();
}
abstract CanBeAggregated : bool
function get CanBeAggregated () : boolean

Valeur de propriété

Type : System.Boolean
true si cet élément de test peut être inséré dans les tests d'agrégation ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms