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() | 返回一个循环访问集合的枚举数。 (继承自 IEnumerable。) | |
GetEnumerator() | 获取枚举数。 | |
Item | 返回 Breakpoints 集合中的一个 Breakpoint 对象。 |
页首
备注
提供已知挂起断点的列表。 若要定位到每个挂起断点的已绑定断点集合,则对于每个挂起断点,使用 Children 属性来获取断点集合。