다음을 통해 공유


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

속성 값

형식: Boolean
이 테스트 요소를 집계할 수 있으면 true이고, 그렇지 않으면 false입니다.

구현

ITestElement.CanBeAggregated

.NET Framework 보안

참고 항목

참조

TestElement 클래스

Microsoft.VisualStudio.TestTools.Common 네임스페이스