Breakpoint Class
Provides the ability to enable and disable a Breakpoint in the Integrated Development Environment (IDE).
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
| Name | Description | |
|---|---|---|
![]() | ColumnNumber | Gets the column number of the Breakpoint. |
![]() | Enabled | Gets or sets the enabled state of this Breakpoint object. |
![]() | LineNumber | Gets the line number of the Breakpoint. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

