Breakpoint2::Enabled Property

 

Sets or returns the enabled state of the breakpoint.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.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.

The following example demonstrates how to use the Enabled property.

No code example is currently available or this language may not be supported.
Return to top
Show: