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

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

Méthodes publiques

Méthode Description
AddWordToDictionary ( string word ) : bool
GlobalDictionary ( ) : System
IgnoreWord ( string word ) : bool
ShouldIgnoreWord ( string word ) : bool

Private Methods

Méthode Description
LoadIgnoreDictionary ( ) : void
RaiseSpellingChangedEvent ( string word ) : void
RegisterSpellingDictionaryService ( SpellingDictionaryService dictionary ) : void

Method Details

AddWordToDictionary() public méthode

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

GlobalDictionary() public méthode

public GlobalDictionary ( ) : System
Résultat System

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