C# 클래스 Microsoft.VisualStudio.Language.Spellchecker.GlobalDictionary

파일 보기 프로젝트 열기: NoahRic/Spellchecker 1 사용 예제들

공개 메소드들

메소드 설명
AddWordToDictionary ( string word ) : bool
GlobalDictionary ( ) : System
IgnoreWord ( string word ) : bool
ShouldIgnoreWord ( string word ) : bool

비공개 메소드들

메소드 설명
LoadIgnoreDictionary ( ) : void
RaiseSpellingChangedEvent ( string word ) : void
RegisterSpellingDictionaryService ( SpellingDictionaryService dictionary ) : void

메소드 상세

AddWordToDictionary() 공개 메소드

public AddWordToDictionary ( string word ) : bool
word string
리턴 bool

GlobalDictionary() 공개 메소드

public GlobalDictionary ( ) : System
리턴 System

IgnoreWord() 공개 메소드

public IgnoreWord ( string word ) : bool
word string
리턴 bool

ShouldIgnoreWord() 공개 메소드

public ShouldIgnoreWord ( string word ) : bool
word string
리턴 bool