IChangeSource.GetChangedSpans(NormalizedSnapshotSpanCollection) Method
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.
Gets all changes that intersect the spans
.
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Document.ChangedSnapshotSpan>? GetChangedSpans (Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection spans);
abstract member GetChangedSpans : Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection -> seq<Microsoft.VisualStudio.Text.Document.ChangedSnapshotSpan>
Public Function GetChangedSpans (spans As NormalizedSnapshotSpanCollection) As IEnumerable(Of ChangedSnapshotSpan)
Parameters
The spans to provide change data for.
Returns
Remarks
Change data doesn't need to be in any particular order.