Share via


Breakpoint3.BreakWhenHit Property

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

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

Syntax

'Declaration
Property BreakWhenHit As Boolean
    Get
    Set
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

Implements

Breakpoint2.BreakWhenHit

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

BreakWhenHit Overload

EnvDTE90a Namespace

Other Resources

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