NormalizedSnapshotSpanCollection Methods

 

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

NameDescription
System_CAPS_pubmethodCloneAndTrackTo(ITextSnapshot^, SpanTrackingMode)

System_CAPS_pubmethodContains(Object^)

Determines whether the collection contains the specified snapshot span.

System_CAPS_pubmethodContains(SnapshotSpan)

Determines whether the collection contains the specified snapshot span.

System_CAPS_pubmethodCopyTo(Array^, Int32)

Copies the snapshot spans in this collection to the specified array, starting at the specified index.

System_CAPS_pubmethodCopyTo(array<SnapshotSpan>^, Int32)

Copies the collection to the specified array of snapshot spans at the specified location.

System_CAPS_pubmethodSystem_CAPS_staticDifference(NormalizedSnapshotSpanCollection^, NormalizedSnapshotSpanCollection^)

Calculates the difference between two normalized snapshot span collections and normalizes the result.

System_CAPS_pubmethodEquals(Object^)

Determines whether two snapshot span collections are the same.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetEnumerator()

Gets an enumerator for the collection.

System_CAPS_pubmethodGetHashCode()

Gets a hash code for the collection.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(Object^)

Gets the index of the specified snapshot span.

System_CAPS_pubmethodIndexOf(SnapshotSpan)

Gets the index of the specified SnapshotSpan.

System_CAPS_pubmethodSystem_CAPS_staticIntersection(NormalizedSnapshotSpanCollection^, NormalizedSnapshotSpanCollection^)

Calculates the intersection of two normalized snapshot span collections and normalizes the result.

System_CAPS_pubmethodIntersectsWith(NormalizedSnapshotSpanCollection^)

Determines whether this collection intersects with another normalized snapshot span collection.

System_CAPS_pubmethodIntersectsWith(SnapshotSpan)

Determines whether this collection overlaps with a snapshot span.

System_CAPS_pubmethodSystem_CAPS_staticOverlap(NormalizedSnapshotSpanCollection^, NormalizedSnapshotSpanCollection^)

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

System_CAPS_pubmethodOverlapsWith(NormalizedSnapshotSpanCollection^)

Determines whether this normalized snapshot span collection overlaps with another collection.

System_CAPS_pubmethodOverlapsWith(SnapshotSpan)

Determines whether this span set overlaps with another span.

System_CAPS_pubmethodToString()

Converts the spans to a string.(Overrides Object::ToString().)

System_CAPS_pubmethodSystem_CAPS_staticUnion(NormalizedSnapshotSpanCollection^, NormalizedSnapshotSpanCollection^)

Calculates the union of two snapshot span collections and normalizes the result.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection<SnapshotSpan>::Add(SnapshotSpan)

System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection<SnapshotSpan>::Clear()

System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection<SnapshotSpan>::Remove(SnapshotSpan)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList<SnapshotSpan>::Insert(Int32, SnapshotSpan)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList<SnapshotSpan>::RemoveAt(Int32)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Gets an enumerator for the collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Add(Object^)

Adds an object to the list. This method throws a NotSupportedException.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Clear()

Clears the list. This method throws a NotSupportedException.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Insert(Int32, Object^)

Inserts a snapshot span into the list at the specified location. This method throws a NotSupportedException.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Remove(Object^)

Removes the specified snapshot span. This method throws a NotSupportedException.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::RemoveAt(Int32)

Removes a snapshot span at the specified location. This method throws a NotSupportedException.

Return to top
Show: