Breakpoint::Enabled Property
Visual Studio 2015
Sets or gets the enabled state of this Breakpoint object.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::BooleanA Boolean value representing whether this T:EnvDTE.Breakpoint object is enabled or not.
Returns true if the breakpoint is enabled, false if not.
Show: