Share via


Project.HasBreakpoints Property

 

Determines if any breakpoints are set for the Project.

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

Syntax

public bool HasBreakpoints { get; }
public:
property bool HasBreakpoints {
    bool get();
}
member HasBreakpoints : bool with get
Public ReadOnly Property HasBreakpoints As Boolean

Property Value

Type: System.Boolean

true if the Project has set a Breakpoint; otherwise false.

See Also

Project Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top