TestElement.CanBeAggregated Property

Definition

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

Applies to