Breakpoint3.Collection 属性

获取包含所有 Breakpoint2 对象的集合。

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

语法

声明
ReadOnly Property Collection As Breakpoints
Breakpoints Collection { get; }
property Breakpoints^ Collection {
    Breakpoints^ get ();
}
abstract Collection : Breakpoints
function get Collection () : Breakpoints

属性值

类型:EnvDTE.Breakpoints
一个 Breakpoints 集合。

备注

请参见 Collection

.NET Framework 安全性

请参见

参考

Breakpoint3 接口

Collection 重载

EnvDTE90a 命名空间