In This Article

IBreakpointIndicatorManager Interface

Provides the base requirements for a class containing helper methods related to working with breakpoint indicators.

public interface IBreakpointIndicatorManager : ITextRangeIndicatorManager<BreakpointIndicatorTagger, BreakpointIndicatorTag>

Methods

ToggleEnabledState(BreakpointIndicatorTag)

Toggles the enabled state of the specified breakpoint.

bool ToggleEnabledState(BreakpointIndicatorTag tag)
Parameter Type Description
tag BreakpointIndicatorTag

The indicator tag to examine.

Returns

bool:

true if the enabled state was toggled; otherwise, false.

Inherited Members