다음을 통해 공유


DebugRequestMessage.DebugEventHandler 속성

테스트 작업을 마친 후 호출할 DebugEventHandler 메서드를 가져옵니다.

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

구문

‘선언
Public ReadOnly Property DebugEventHandler As DebugEventHandler
public DebugEventHandler DebugEventHandler { get; }
public:
property DebugEventHandler^ DebugEventHandler {
    DebugEventHandler^ get ();
}
member DebugEventHandler : DebugEventHandler with get
function get DebugEventHandler () : DebugEventHandler

속성 값

형식: Microsoft.VisualStudio.TestTools.Common.DebugEventHandler
DebugEventHandler 개체

설명

에이전트 어댑터가 디버그 요청을 보내는 경우 어댑터는 제한된 시간 동안 응답을 기다립니다.

.NET Framework 보안

참고 항목

참조

DebugRequestMessage 클래스

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

DebugEventHandler