Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
.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