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 with get
abstract function get CanBeAggregated () : boolean
Property Value
Type: Boolean
true if this test element can be aggregated; otherwise, false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.