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.
Provides the ability to enable and disable a Breakpoint in the Integrated Development Environment (IDE).
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Tools.Applications.Breakpoint
Syntax
public sealed class Breakpoint
public ref class Breakpoint sealed
[<Sealed>]
type Breakpoint = class end
Public NotInheritable Class Breakpoint
Properties
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. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.