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
'Usage
Dim instance As Breakpoints
[GuidAttribute("25968106-BAFB-11D2-8AD1-00C04F79E479")]
public interface Breakpoints : IEnumerable
[GuidAttribute(L"25968106-BAFB-11D2-8AD1-00C04F79E479")]
public interface class Breakpoints : IEnumerable
public interface Breakpoints extends IEnumerable
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.