Breakpoint3.Collection Property

Definition

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.

Applies to