Share via


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
'Usage
Dim instance As TestElement 
Dim value As Boolean 

value = instance.CanBeAggregated
[VisiblePropertyAttribute]
public abstract bool CanBeAggregated { get; }
[VisiblePropertyAttribute]
public:
virtual property bool CanBeAggregated {
    bool get () abstract;
}
public 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

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace