Breakpoint Properties

 

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

NameDescription
System_CAPS_pubpropertyChildren

Gets a collection of objects contained within this code construct.

System_CAPS_pubpropertyCollection

Gets the Breakpoints collection

System_CAPS_pubpropertyCondition

Specifies the condition for the breakpoint.

System_CAPS_pubpropertyConditionType

Indicates whether the condition type will break the program execution when true or break when changed.

System_CAPS_pubpropertyCurrentHits

Indicates the number of times a breakpoint has been hit during the active debugging session.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyEnabled

Sets or gets the enabled state of this Breakpoint object.

System_CAPS_pubpropertyFile

Gets the name of the file that contains the breakpoint or a declaration of the parent object.

System_CAPS_pubpropertyFileColumn

Indicates the character location within a line in a file for a file breakpoint.

System_CAPS_pubpropertyFileLine

Indicates the line location within a file for a breakpoint.

System_CAPS_pubpropertyFunctionColumnOffset

Indicates the column offset from the name of a function breakpoint.

System_CAPS_pubpropertyFunctionLineOffset

Indicates the line offset from the name of a function breakpoint.

System_CAPS_pubpropertyFunctionName

Gets the name of the function where the breakpoint is set.

System_CAPS_pubpropertyHitCountTarget

Gets the hit count target for any type of breakpoint. Interpreted based on the hit count type.

System_CAPS_pubpropertyHitCountType

Describes how to interpret a hit count.

System_CAPS_pubpropertyLanguage

Gets the language associated with the name or conditional breakpoint.

System_CAPS_pubpropertyLocationType

Indicates the location type this breakpoint represents.

System_CAPS_pubpropertyName

Sets or gets the name of the Breakpoint.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a Breakpoint object.

System_CAPS_pubpropertyProgram

Gets a reference to a Program object.

System_CAPS_pubpropertyTag

Sets or gets a user-defined string identifying the Breakpoint.

System_CAPS_pubpropertyType

Gets a constant indicating the Breakpoint type.

Return to top
Show: