Microsoft.VisualStudio.Language.Spellchecker.SpellingDictionaryService.GlobalDictionaryUpdated C# (CSharp) Méthode

GlobalDictionaryUpdated() private méthode

private GlobalDictionaryUpdated ( string word ) : void
word string
Résultat void
        internal void GlobalDictionaryUpdated(string word)
        {
            RaiseSpellingChangedEvent(word);
        }

Same methods

SpellingDictionaryService::GlobalDictionaryUpdated ( object sender, SpellingEventArgs e ) : void