다음을 통해 공유


DebugEvent 이벤트

네임스페이스:  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는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.