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)

property bool BreakWhenHit {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean
Return to top
Show: