Breakpoints Interface

Definition

Provides a list of pending breakpoints.

public interface class Breakpoints : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("25968106-BAFB-11D2-8AD1-00C04F79E479")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface Breakpoints : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("25968106-BAFB-11D2-8AD1-00C04F79E479")]
public interface Breakpoints : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("25968106-BAFB-11D2-8AD1-00C04F79E479")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type Breakpoints = interface
    interface IEnumerable
[<System.Runtime.InteropServices.Guid("25968106-BAFB-11D2-8AD1-00C04F79E479")>]
type Breakpoints = interface
    interface IEnumerable
Public Interface Breakpoints
Implements IEnumerable
Attributes
Implements

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.

Properties

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.

Methods

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.

Applies to