Breakpoint3.Collection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection that contains all the Breakpoint2 objects.
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
Property Value
A Breakpoints collection.
Implements
- Attributes
Remarks
See Collection.