다음을 통해 공유


DataCollectorNotifications.CustomEventCompleted 이벤트

진단 데이터 어댑터가 비동기 이벤트 처리를 마칠 때 테스트 프레임워크에 의해 발생됩니다.

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

구문

‘선언
Public MustOverride Event CustomEventCompleted As AsyncCompletedEventHandler
public abstract event AsyncCompletedEventHandler CustomEventCompleted
public:
virtual   event AsyncCompletedEventHandler^ CustomEventCompleted {
    void add (AsyncCompletedEventHandler^ value);
    void remove (AsyncCompletedEventHandler^ value);
}
abstract CustomEventCompleted : IEvent<AsyncCompletedEventHandler,
    AsyncCompletedEventArgs>
JScript에서는 이벤트를 지원하지 않습니다.

.NET Framework 보안

참고 항목

참조

DataCollectorNotifications 클래스

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

AsyncCompletedEventHandler