VirtualSnapshotSpan Methods

 

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

NameDescription
System_CAPS_pubmethodContains(VirtualSnapshotPoint)

Determines whether or not the given virtual point is contained within this virtual span.

System_CAPS_pubmethodContains(VirtualSnapshotSpan)

Determines whether the specified virtual span falls completely within this virtual span.

System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_pubmethodGetHashCode()

Gets the hash code for the object.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetText()

The text contained by this virtual snapshot span.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIntersection(VirtualSnapshotSpan)

Returns the intersection with the given virtual span.

System_CAPS_pubmethodIntersectsWith(VirtualSnapshotSpan)

Determines whether the specified virtual span intersects this span.

System_CAPS_pubmethodOverlap(VirtualSnapshotSpan)

Returns the overlap with the specified virtual span.

System_CAPS_pubmethodOverlapsWith(VirtualSnapshotSpan)

Determines whether the specified span overlaps this span.

System_CAPS_pubmethodToString()

Converts the object to a string.(Overrides ValueType::ToString().)

System_CAPS_pubmethodTranslateTo(ITextSnapshot^)

Translates this span to the specified snapshot.

System_CAPS_pubmethodTranslateTo(ITextSnapshot^, SpanTrackingMode)

Translates this span to the specified snapshot with the given tracking mode.

Return to top
Show: