Share via


ProjectItem.GetBreakpoints Method ()

 

Gets a collection of breakpoints of type Breakpoint in the ProjectItem.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public IEnumerable<Breakpoint> GetBreakpoints()
public:
IEnumerable<Breakpoint^>^ GetBreakpoints()
member GetBreakpoints : unit -> IEnumerable<Breakpoint>
Public Function GetBreakpoints As IEnumerable(Of Breakpoint)

Return Value

Type: System.Collections.Generic.IEnumerable<Breakpoint>

A collection of the breakpoints of type Breakpoint in the ProjectItem.

See Also

ProjectItem Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top