IChangeSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a component that is a source of alternative (external to the core editor) information about modifications in a given ITextBuffer, for example changes against baseline source controlled version.
public interface IChangeSource : IDisposable
type IChangeSource = interface
interface IDisposable
Public Interface IChangeSource
Implements IDisposable
- Implements
Properties
IsActive |
Indicates whether this IChangeSource instance is currently active and can provide change data. |
Methods
GetChangedSpans(NormalizedSnapshotSpanCollection) |
Gets all changes that intersect the |
Events
ChangedSpansChanged |
Occurs when text buffer's changes data has changed and need to be requried. |