Share via


Breakpoint3.Collection Property

Gets the collection that contains all the Breakpoint2 objects.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
ReadOnly Property Collection As Breakpoints
    Get
Breakpoints Collection { get; }
property Breakpoints^ Collection {
    Breakpoints^ get ();
}
abstract Collection : Breakpoints
function get Collection () : Breakpoints

Property Value

Type: EnvDTE.Breakpoints
A Breakpoints collection.

Implements

Breakpoint2.Collection

Remarks

See Collection.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

Collection Overload

EnvDTE90a Namespace