Breakpoints 接口

提供挂起断点的列表。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
<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

Breakpoints 类型公开以下成员。

属性

  名称 说明
公共属性 Count 返回一个指示 Breakpoints 集合中 Breakpoint 对象的数量的值。
公共属性 DTE 返回顶级扩展性对象。
公共属性 Parent 返回给定 Breakpoints 集合的父级 Debugger 对象。

页首

方法

  名称 说明
公共方法 Add 创建和启用新断点。
公共方法 GetEnumerator 获取枚举数。
公共方法 Item 返回 Breakpoints 集合中的一个 Breakpoint 对象。

页首

备注

提供已知挂起断点的列表。 若要定位到每个挂起断点的已绑定断点集合,则对于每个挂起断点,使用 Children 属性来获取断点集合。

请参阅

参考

EnvDTE 命名空间

其他资源

自动化对象模型图表