SpellCheckErrorBase Members
A base class for spell check error information.Properties
| Name | Description |
|---|---|
| Culture | Returns the error’s culture. |
| FinishPosition | Gets or sets the end position of the misspelled word. |
| Result | Gets or sets the result operation. |
| RulesController | For internal use. |
| StartPosition | Gets or sets the start position of the misspelled word. |
| Suggestion | Gets or sets a suggestion word for the current error. |
| Suggestions | Gets or sets a collection of suggestions for the current error. |
| WrongWord | Returns a misspelled word. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Returns the hash code for the current SpellCheckErrorBase object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| HandleError() | For internal use. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also