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)

System.Object
  Microsoft.VisualStudio.Tools.Applications.Breakpoint

Public NotInheritable Class Breakpoint

NameDescription
System_CAPS_pubpropertyColumnNumber

Gets the column number of the Breakpoint.

System_CAPS_pubpropertyEnabled

Gets or sets the enabled state of this Breakpoint object.

System_CAPS_pubpropertyLineNumber

Gets the line number of the Breakpoint.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top

Community Additions

ADD
Show: