IDesignerDebuggingService.DebugEvent 이벤트

Occurs when the designer is being debugged.

네임스페이스:  Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Event DebugEvent As DebuggingEventHandler
‘사용 방법
Dim instance As IDesignerDebuggingService 
Dim handler As DebuggingEventHandler 

AddHandler instance.DebugEvent, handler
event DebuggingEventHandler DebugEvent
event DebuggingEventHandler^ DebugEvent {
    void add (DebuggingEventHandler^ value);
    void remove (DebuggingEventHandler^ value);
}
abstract DebugEvent : IEvent<DebuggingEventHandler,
    DebuggingEventArgs>
Jscript는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.

참고 항목

참조

IDesignerDebuggingService 인터페이스

Microsoft.DataWarehouse.Interfaces.Debugger 네임스페이스