Skip to main content

IIgnoreList Methods

An interface used to represent a list of words ignored during spell check.
Name Description
Add(Position, Position, String) Adds a specified word to a list of ignored words, so that it is ignored only in the specified location.
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 a word is in the list of ignored words, ignored in the specified location.
Contains(String) Determines whether a word is in the list of ignored words.
GetEnumerator() Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>.
Remove(Position, Position, String) Removes a word from the list of words ignored only once.
Remove(String) Removes a word from the list.
See Also