IVsDebuggerEvents Interface

Provides notification when the debugger changes mode. The debugger operates in one of three modes: run, break, or design. The interface is an argument of the AdviseDebuggerEvents method of the IVsDebugger interface. The interface is an event sink, a recipient of events, implemented by components wanting notification of changes in the debugger.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
<GuidAttribute("7D960B15-7AF8-11D0-8E5E-00A0C911005A")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDebuggerEvents
‘사용 방법
Dim instance As IVsDebuggerEvents
[GuidAttribute("7D960B15-7AF8-11D0-8E5E-00A0C911005A")]
[InterfaceTypeAttribute()]
public interface IVsDebuggerEvents
[GuidAttribute(L"7D960B15-7AF8-11D0-8E5E-00A0C911005A")]
[InterfaceTypeAttribute()]
public interface class IVsDebuggerEvents
[<GuidAttribute("7D960B15-7AF8-11D0-8E5E-00A0C911005A")>]
[<InterfaceTypeAttribute()>]
type IVsDebuggerEvents =  interface end
public interface IVsDebuggerEvents

See Also

Reference

IVsDebuggerEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace