Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("46209330-0FBA-11D3-B880-00C04F79E479")> _
Public Interface _dispDebuggerEvents
[InterfaceTypeAttribute()]
[GuidAttribute("46209330-0FBA-11D3-B880-00C04F79E479")]
public interface _dispDebuggerEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"46209330-0FBA-11D3-B880-00C04F79E479")]
public interface class _dispDebuggerEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("46209330-0FBA-11D3-B880-00C04F79E479")>]
type _dispDebuggerEvents = interface end
public interface _dispDebuggerEvents
The _dispDebuggerEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnContextChanged | Infrastructure. Microsoft Internal Use Only. |
![]() |
OnEnterBreakMode | Infrastructure. Microsoft Internal Use Only. |
![]() |
OnEnterDesignMode | Infrastructure. Microsoft Internal Use Only. |
![]() |
OnEnterRunMode | Infrastructure. Microsoft Internal Use Only. |
![]() |
OnExceptionNotHandled | Infrastructure. Microsoft Internal Use Only. |
![]() |
OnExceptionThrown | Infrastructure. Microsoft Internal Use Only. |
Top