TestElement.CanBeAggregated Property

When overridden in a derived class, gets a value that indicates whether this test element can be aggregated.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<VisiblePropertyAttribute> _
Public MustOverride ReadOnly Property CanBeAggregated As Boolean
[VisiblePropertyAttribute]
public abstract bool CanBeAggregated { get; }
[VisiblePropertyAttribute]
public:
virtual property bool CanBeAggregated {
    bool get () abstract;
}
[<VisiblePropertyAttribute>]
abstract CanBeAggregated : bool
abstract function get CanBeAggregated () : boolean

Property Value

Type: System.Boolean
true if this test element can be aggregated; otherwise, false.

Implements

ITestElement.CanBeAggregated

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace