다음을 통해 공유


IDataCollectionAwareTestAdapter.DataCollectors 속성

진단 데이터 어댑터에 대한 이벤트를 발생시킬 수 있는 DataCollectorNotifications 개체를 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Execution
어셈블리:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

구문

‘선언
Property DataCollectors As DataCollectorNotifications
DataCollectorNotifications DataCollectors { get; set; }
property DataCollectorNotifications^ DataCollectors {
    DataCollectorNotifications^ get ();
    void set (DataCollectorNotifications^ value);
}
abstract DataCollectors : DataCollectorNotifications with get, set
function get DataCollectors () : DataCollectorNotifications 
function set DataCollectors (value : DataCollectorNotifications)

속성 값

형식: Microsoft.VisualStudio.TestTools.Execution.DataCollectorNotifications
진단 데이터 어댑터(데이터 수집기) 알림 개체입니다.

설명

이 속성을 구현하는 방법에 대한 자세한 내용은 IDataCollectionAwareTestAdapter의 예제를 참조하십시오.

.NET Framework 보안

참고 항목

참조

IDataCollectionAwareTestAdapter 인터페이스

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

DataCollectorNotifications