IgnoreList Methods
Represents a list of words ignored during spell check.Name | Description |
---|---|
Add(Position, Position, String) | Adds a specified word ignored only in the given location to a list of ignored words. |
Add(String) | Adds a specified word to a list of ignored words. |
Clear() | Removes all items from the ignore list. |
Contains(Position, Position, String) | Determines whether the ignored words’ list contains the specified word, and the word is ignored in the given location. |
Contains(String) | Determines whether a word is in the list of ignored words. |
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. Inherited from Object. |
GetEnumerator() | Returns an enumerator that iterates through the current collection. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
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. |
Remove(Position, Position, String) | Removes a word ignored only once from the list. |
Remove(String) | Removes a word from the list. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also