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

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

공개 메소드들

메소드 설명
Advance ( int count = 1 ) : void
AdvanceToEndOfLine ( ) : void
Char ( ) : char
EndNaturalText ( ) : void
LineProgress ( ITextSnapshotLine line, State state, List naturalTextSpans ) : System.Collections.Generic
NextChar ( ) : char
NextNextChar ( ) : char
StartNaturalText ( ) : void

메소드 상세

Advance() 공개 메소드

public Advance ( int count = 1 ) : void
count int
리턴 void

AdvanceToEndOfLine() 공개 메소드

public AdvanceToEndOfLine ( ) : void
리턴 void

Char() 공개 메소드

public Char ( ) : char
리턴 char

EndNaturalText() 공개 메소드

public EndNaturalText ( ) : void
리턴 void

LineProgress() 공개 메소드

public LineProgress ( ITextSnapshotLine line, State state, List naturalTextSpans ) : System.Collections.Generic
line ITextSnapshotLine
state State
naturalTextSpans List
리턴 System.Collections.Generic

NextChar() 공개 메소드

public NextChar ( ) : char
리턴 char

NextNextChar() 공개 메소드

public NextNextChar ( ) : char
리턴 char

StartNaturalText() 공개 메소드

public StartNaturalText ( ) : void
리턴 void