This topic has not yet been rated - Rate this topic

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)

bool BreakWhenHit { get; set; }
/** @property */
boolean get_BreakWhenHit ()

/** @property */
void set_BreakWhenHit (/** @attribute InAttribute() */ boolean BreakWhenHit)

function get BreakWhenHit () : boolean

function set BreakWhenHit (BreakWhenHit : boolean)

Property Value

A boolean value that is true if the program breaks when a breakpoint is encountered, otherwise false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.