ChangedSnapshotSpan Struct

Definition

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.

Applies to