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

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

Méthodes publiques

Méthode Description
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

Method Details

Advance() public méthode

public Advance ( int count = 1 ) : void
count int
Résultat void

AdvanceToEndOfLine() public méthode

public AdvanceToEndOfLine ( ) : void
Résultat void

Char() public méthode

public Char ( ) : char
Résultat char

EndNaturalText() public méthode

public EndNaturalText ( ) : void
Résultat void

LineProgress() public méthode

public LineProgress ( ITextSnapshotLine line, State state, List naturalTextSpans ) : System.Collections.Generic
line ITextSnapshotLine
state State
naturalTextSpans List
Résultat System.Collections.Generic

NextChar() public méthode

public NextChar ( ) : char
Résultat char

NextNextChar() public méthode

public NextNextChar ( ) : char
Résultat char

StartNaturalText() public méthode

public StartNaturalText ( ) : void
Résultat void