Version

Search Results

Overlap(TextSpan) Method

Returns a span that contains just the overlap between this span and another. Syntax Parameters span The span to overlap. Return Value A new SnapshotSpan with the overlap or null if the spans dont overlap.

Overlap Method (SnapshotSpan)

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

OverlapsWith(SnapshotSpan) Method

Indicates whether the span overlaps with the specified span. Syntax Parameters span The span to test. Return Value True if the spans overlap; otherwise False.

OverlapsWith(TextSpan) Method

Indicates whether the span overlaps with the specified span. Syntax Parameters span The span to test. Return Value True if the spans overlap; otherwise False.

OverlapsWith Method (SnapshotSpan)

Indicates whether the span overlaps with the specified span. Overload List

Snapshot Property (SnapshotSpan)

Returns the associated TextDocumentSnapshot (read-only). Syntax

Start Property (SnapshotSpan)

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

StartLocation Property

Returns the normalized start location within the TextDocumentSnapshot (read-only). Syntax

TextSpan Property

Returns the TextSpan structure (read-only). Syntax

ToString Method (SnapshotSpan)

Returns the string representation of this object. Syntax