NormalizedSnapshotSpanCollection.Overlap Method

Definition

Computes the overlap of two normalized snapshot span collections and normalizes the result.

C++
public:
 static Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ Overlap(Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ left, Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ right);

Parameters

Returns

The normalized set of overlapping snapshot spans.

Exceptions

left or right is null.

The input collections refer to different snapshots.

Remarks

Empty SnapshotSpans never overlap any other SnapshotSpan.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022