ChangedSnapshotSpan Struct
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.
Associates a ChangeTypes witgh a SnapshotSpan of text.
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct ChangedSnapshotSpan
[<System.Runtime.CompilerServices.IsReadOnly>]
type ChangedSnapshotSpan = struct
Public Structure ChangedSnapshotSpan
- Inheritance
-
ChangedSnapshotSpan
- Attributes
Constructors
ChangedSnapshotSpan(SnapshotSpan, ChangeTypes) |
Creates a new instance of ChangedSnapshotSpan, associating a span of changed text with a change type. |
Properties
ChangeType |
A kind of a change. |
Span |
SnapshotSpan of text that has a change. |