_dispDebuggerEvents Interface

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
Public method OnContextChanged Infrastructure. Microsoft Internal Use Only.
Public method OnEnterBreakMode Infrastructure. Microsoft Internal Use Only.
Public method OnEnterDesignMode Infrastructure. Microsoft Internal Use Only.
Public method OnEnterRunMode Infrastructure. Microsoft Internal Use Only.
Public method OnExceptionNotHandled Infrastructure. Microsoft Internal Use Only.
Public method OnExceptionThrown Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

EnvDTE Namespace