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
- Boolean:
true
if the enabled state was toggled; otherwise,false
.
Inherited Members
- ITextRangeIndicatorManager<BreakpointIndicatorTagger, BreakpointIndicatorTag>.Add(TextSnapshotRange)
- ITextRangeIndicatorManager<BreakpointIndicatorTagger, BreakpointIndicatorTag>.Add(TextSnapshotRange, BreakpointIndicatorTag)
- ITextRangeIndicatorManager<BreakpointIndicatorTagger, BreakpointIndicatorTag>.Clear()
- ITextRangeIndicatorManager<BreakpointIndicatorTagger, BreakpointIndicatorTag>.FindNext(TextSnapshotOffset, ITagSearchOptions<BreakpointIndicatorTag>)
- ITextRangeIndicatorManager<BreakpointIndicatorTagger, BreakpointIndicatorTag>.GetInstances()
- ITextRangeIndicatorManager<BreakpointIndicatorTagger, BreakpointIndicatorTag>.GetInstances(TextSnapshotRange)
- ITextRangeIndicatorManager<BreakpointIndicatorTagger, BreakpointIndicatorTag>.Remove(BreakpointIndicatorTag)
- ITextRangeIndicatorManager<BreakpointIndicatorTagger, BreakpointIndicatorTag>.RemoveAll(Predicate<TagVersionRange<BreakpointIndicatorTag>>)
- ITextRangeIndicatorManager<BreakpointIndicatorTagger, BreakpointIndicatorTag>.Toggle(TextSnapshotRange)
- ITextRangeIndicatorManager<BreakpointIndicatorTagger, BreakpointIndicatorTag>.Toggle(TextSnapshotRange, BreakpointIndicatorTag)
- ITextRangeIndicatorManager<BreakpointIndicatorTagger, BreakpointIndicatorTag>.Count
- ITextRangeIndicatorManager<BreakpointIndicatorTagger, BreakpointIndicatorTag>.Item[BreakpointIndicatorTag]