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
'Usage
Dim instance As Breakpoint3 
Dim value As Boolean 

value = instance.BreakWhenHit

instance.BreakWhenHit = value
bool BreakWhenHit { get; set; }
property bool BreakWhenHit {
    bool get ();
    void set (bool value);
}
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

Breakpoint3 Members

BreakWhenHit Overload

EnvDTE90a Namespace

Other Resources

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