NormalizedSnapshotSpanCollection.Intersection 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.
Computes the intersection of two normalized snapshot span collections and normalizes the result.
public:
static Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ Intersection(Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ left, Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ right);
public static Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection Intersection (Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection left, Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection right);
static member Intersection : Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection * Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection -> Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection
Public Shared Function Intersection (left As NormalizedSnapshotSpanCollection, right As NormalizedSnapshotSpanCollection) As NormalizedSnapshotSpanCollection
Parameters
The first NormalizedSnapshotSpanCollection.
The secondNormalizedSnapshotSpanCollection.
Returns
The normalized set of intersecting spans.
Exceptions
left
or right
is null.
The collections refer to different snapshots.