C# Class Microsoft.VisualStudio.Language.Spellchecker.SpellingDictionaryService

Inheritance: ISpellingDictionary
Afficher le fichier Open project: NoahRic/Spellchecker Class Usage Examples

Méthodes publiques

Méthode Description
AddWordToDictionary ( string word ) : bool
IgnoreWord ( string word ) : bool
ShouldIgnoreWord ( string word ) : bool
SpellingDictionaryService ( IList bufferSpecificDictionaries, GlobalDictionary globalDictionary ) : System

Private Methods

Méthode Description
BufferSpecificDictionaryUpdated ( object sender, SpellingEventArgs e ) : void
GlobalDictionaryUpdated ( object sender, SpellingEventArgs e ) : void
GlobalDictionaryUpdated ( string word ) : void
RaiseSpellingChangedEvent ( string word ) : void

Method Details

AddWordToDictionary() public méthode

public AddWordToDictionary ( string word ) : bool
word string
Résultat bool

IgnoreWord() public méthode

public IgnoreWord ( string word ) : bool
word string
Résultat bool

ShouldIgnoreWord() public méthode

public ShouldIgnoreWord ( string word ) : bool
word string
Résultat bool

SpellingDictionaryService() public méthode

public SpellingDictionaryService ( IList bufferSpecificDictionaries, GlobalDictionary globalDictionary ) : System
bufferSpecificDictionaries IList
globalDictionary GlobalDictionary
Résultat System