TextExtent Struct

Definition

Represents the extent of a word.

public value class TextExtent
struct TextExtent
public struct TextExtent
type TextExtent = struct
Public Structure TextExtent
Inheritance
TextExtent

Constructors

TextExtent(SnapshotSpan, Boolean)

Initializes a new instance of TextExtent.

TextExtent(TextExtent)

Initializes a new instance of a TextExtent from the specified TextExtent.

Properties

IsSignificant

Determines whether the extent is significant. false for whitespace or other insignificant characters that should be ignored during navigation.

Span

Gets the SnapshotSpan.

Methods

Equals(Object)

Determines whether two TextExtent objects are the same.

GetHashCode()

Gets the hash code of the object.

Operators

Equality(TextExtent, TextExtent)

Determines whether two TextExtent objects are the same.

Inequality(TextExtent, TextExtent)

Determines whether two TextExtent objects are different.

Applies to