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.
Provides a list of pending breakpoints.
Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("25968106-BAFB-11D2-8AD1-00C04F79E479")> _
Public Interface Breakpoints _
    Inherits IEnumerable
[GuidAttribute("25968106-BAFB-11D2-8AD1-00C04F79E479")]
public interface Breakpoints : IEnumerable
[GuidAttribute(L"25968106-BAFB-11D2-8AD1-00C04F79E479")]
public interface class Breakpoints : IEnumerable
[<GuidAttribute("25968106-BAFB-11D2-8AD1-00C04F79E479")>]
type Breakpoints =  
    interface 
        interface IEnumerable 
    end
public interface Breakpoints extends IEnumerable
The Breakpoints type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Returns a value indicating the number of Breakpoint objects in the Breakpoints collection. | 
| .gif) | DTE | Returns the top-level extensibility object. | 
| .gif) | Parent | Returns the parent Debugger object of a given Breakpoints collection. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Add | Creates and enables a new breakpoint. | 
| .gif) | GetEnumerator | Gets an enumerator. | 
| .gif) | Item | Returns a Breakpoint object in a Breakpoints collection. | 
Top
Remarks
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.