Span Methods

 

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

NameDescription
System_CAPS_pubmethodContains(Int32)

Determines whether the position lies within the span.

System_CAPS_pubmethodContains(Span)

Determines whether the specified span falls completely within this span.

System_CAPS_pubmethodEquals(Object^)

Determines whether two spans are the same.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodSystem_CAPS_staticFromBounds(Int32, Int32)

Initializes a new instance of a Span with the given start and end positions.

System_CAPS_pubmethodGetHashCode()

Provides a hash function for the type.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIntersection(Span)

Gets the intersection with the given span, or null if there is no intersection.

System_CAPS_pubmethodIntersectsWith(Span)

Determines whether span intersects this span.

System_CAPS_pubmethodOverlap(Span)

Gets the overlap with the specified span.

System_CAPS_pubmethodOverlapsWith(Span)

Determines whether the specified span overlaps this span.

System_CAPS_pubmethodToString()

Provides a string representation of the span.(Overrides ValueType::ToString().)

Return to top
Show: