Breakpoint2.BreakWhenHit Property

Gets or sets a value indicating whether the program breaks when a breakpoint is encountered.

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

Syntax

'Declaration
Property BreakWhenHit As Boolean
bool BreakWhenHit { get; set; }
property bool BreakWhenHit {
    bool get ();
    void set (bool value);
}
abstract BreakWhenHit : bool with get, set
function get BreakWhenHit () : boolean
function set BreakWhenHit (value : boolean)

Property Value

Type: System.Boolean
A boolean value that is true if the program breaks when a breakpoint is encountered, otherwise false.

.NET Framework Security

See Also

Reference

Breakpoint2 Interface

EnvDTE80 Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples