Breakpoints Interface
Visual Studio 2015
Provides a list of pending breakpoints.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Returns a value indicating the number of Breakpoint objects in the Breakpoints collection. |
![]() | DTE | Returns the top-level extensibility object. |
![]() | Parent | Returns the parent Debugger object of a given Breakpoints collection. |
| Name | Description | |
|---|---|---|
![]() | Add(String^, String^, Int32, Int32, String^, dbgBreakpointConditionType, String^, String^, Int32, String^, Int32, dbgHitCountType) | Creates and enables a new breakpoint. |
![]() | GetEnumerator() | Gets an enumerator. |
![]() | Item(Object^) | Returns a Breakpoint object in a Breakpoints collection. |
Provides a list of known pending breakpoints. To navigate to the bound collection of breakpoints for each pending breakpoint, get the breakpoints collection by using the Children property for each pending breakpoint.
Show:

