TestElement.CanBeAggregated Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets a value that indicates whether this test element can be aggregated.
public:
abstract property bool CanBeAggregated { bool get(); };
[Microsoft.VisualStudio.TestTools.Common.VisibleProperty]
public abstract bool CanBeAggregated { get; }
[<Microsoft.VisualStudio.TestTools.Common.VisibleProperty>]
member this.CanBeAggregated : bool
Public MustOverride ReadOnly Property CanBeAggregated As Boolean
Property Value
true if this test element can be aggregated; otherwise, false.
Implements
- Attributes