Breakpoint Class

 

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
System_CAPS_pubproperty ColumnNumber

Gets the column number of the Breakpoint.

System_CAPS_pubproperty Enabled

Gets or sets the enabled state of this Breakpoint object.

System_CAPS_pubproperty LineNumber

Gets the line number of the Breakpoint.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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.

See Also

Microsoft.VisualStudio.Tools.Applications Namespace

Return to top