Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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