Breakpoint3.Collection 属性

定义

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

public:
 property EnvDTE::Breakpoints ^ Collection { EnvDTE::Breakpoints ^ get(); };
[System.Runtime.InteropServices.DispId(202)]
public EnvDTE.Breakpoints Collection { [System.Runtime.InteropServices.DispId(202)] get; }
[<System.Runtime.InteropServices.DispId(202)>]
[<get: System.Runtime.InteropServices.DispId(202)>]
member this.Collection : EnvDTE.Breakpoints
Public ReadOnly Property Collection As Breakpoints

属性值

Breakpoints

一个 Breakpoints 集合。

实现

属性

注解

请参阅 Collection

适用于