共用方式為


TestElement.CanBeAggregated 屬性

在衍生類別中覆寫時取得值,這個值表示此測試項目是否能夠彙總。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
<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

屬性值

型別:System.Boolean
如果此測試項目能夠彙總,則為 true,否則為 false。

實作

ITestElement.CanBeAggregated

.NET Framework 安全性

請參閱

參考

TestElement 類別

Microsoft.VisualStudio.TestTools.Common 命名空間