Breakpoint::Enabled Property

 

Sets or gets the enabled state of this Breakpoint object.

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

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

Property Value

Type: System::Boolean

A Boolean value representing whether this T:EnvDTE.Breakpoint object is enabled or not.

Returns true if the breakpoint is enabled, false if not.

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: