Breakpoint2.BreakWhenHit Property
Visual Studio 2005
Gets or sets a value indicating whether the program breaks when a breakpoint is encountered.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in envdte80.dll)
Assembly: EnvDTE80 (in envdte80.dll)
/** @property */ boolean get_BreakWhenHit () /** @property */ void set_BreakWhenHit (/** @attribute InAttribute() */ boolean BreakWhenHit)
function get BreakWhenHit () : boolean function set BreakWhenHit (BreakWhenHit : boolean)