Version

Search Results

Word Structure

Represents the word of text within a specific TextDocumentSnapshot. Syntax

WordScanType Enumeration

Determines where to set the Scanners CurrentOffset relative to the current word position. Syntax Members Member Description CurrentWordEnd Seek to the end of the current word. CurrentWordStart Seek to the beginning of the current word. NextWordEnd Seek to the end of the next word. NextWordStart Seek to the beginni...

Word Structure Members

Public Properties Public Methods Public Operators

Word Structure Methods

Public Methods

Word Structure Properties

Public Properties

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(Word) 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 (Word)

Compares the specified object to this object to see if they are equivalent. Overload List

GetHashCode Method (Word)

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

Equality Operator (Word)

Compares the values of two Word structures for equality Syntax Parameters word1 The first structureword2 The other structure Return Value true if the two instances are equal; otherwise false