Breakpoint3::Enabled Property

 

Sets or returns the enabled state of the breakpoint.

Namespace:   EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

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

Property Value

Type: System::Boolean

A Boolean value that is true if the breakpoint is enabled, otherwise false.

Return to top
Show: