Breakpoints Interface

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
Public property Count Returns a value indicating the number of Breakpoint objects in the Breakpoints collection.
Public property DTE Returns the top-level extensibility object.
Public property Parent Returns the parent Debugger object of a given Breakpoints collection.

Top

Methods

  Name Description
Public method Add Creates and enables a new breakpoint.
Public method GetEnumerator Gets an enumerator.
Public method 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.

See Also

Reference

EnvDTE Namespace

Other Resources

Automation Object Model Chart