Version

Search Results

End Property (SnapshotSpan)

Returns the end point from the beginning of the TextDocumentSnapshot (read-only). Syntax

EndLocation Property

Returns the end point within the TextDocumentSnapshot (read-only). Syntax

Equals(Object) Method

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

Equals(SnapshotSpan) Method

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

Equals Method (SnapshotSpan)

Determines if a structure is equatable to this one. Overload List

GetHashCode Method (SnapshotSpan)

Returns the hash code of the structure. Syntax Return Value A hash code for this instance

GetText Method (SnapshotSpan)

Returns the associated text. Syntax Return Value The associated text.

Intersection(SnapshotSpan) Method

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.

Intersection(TextSpan) Method

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.

Intersection Method (SnapshotSpan)

Returns a span that contains just the intersect between this span and another. Overload List