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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples