Returns the end point from the beginning of the TextDocumentSnapshot (read-only). Syntax
Returns the end point within the TextDocumentSnapshot (read-only). Syntax
Compares the specified object to this object to see if they are equivalent. Syntax Parameters obj The object to compare Return Value True if the objects are equal; otherwise false
Determines if a structure is equatable to this one. Syntax Parameters other The other structure Return Value Returns true if the structures are equatable, otherwise false
Determines if a structure is equatable to this one. Overload List
Returns the hash code of the structure. Syntax Return Value A hash code for this instance
Returns the associated text. Syntax Return Value The associated text.
Returns a span that contains just the intersect between this span and another. Syntax Parameters span The span to intersect. Return Value A new SnapshotSpan with the intersect or null if the spans dont intersect.
Returns a span that contains just the intersect between this span and another. Syntax Parameters span The span to intersect. Return Value A new SnapshotSpan with the intersect or null if the spans dont intersect.
Returns a span that contains just the intersect between this span and another. Overload List