TestElement.CanBeAggregated Property

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

Syntax

'宣言
<VisiblePropertyAttribute> _
Public MustOverride ReadOnly Property CanBeAggregated As Boolean
'使用
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

Implements

ITestElement.CanBeAggregated

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace