Udostępnij za pośrednictwem


Właściwość ITestElement.CanBeAggregated —

Pobiera wartość, która wskazuje, czy ten element kontrolny może być wstawiona do testów agregacji.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

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

Wartość właściwości

Typ: System.Boolean
true Jeśli ten element kontrolny może być wstawiona do agregacji testów; w przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestElement Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common