C# Class Microsoft.Language.Xml.Editor.Classifier

Inheritance: Microsoft.Language.Xml.Editor.AbstractSyntaxTreeTagger, IClassifier
Afficher le fichier Open project: KirillOsenkov/XmlParser

Méthodes publiques

Méthode Description
Classifier ( IClassificationType types, Microsoft.Language.Xml.Editor.ParserService parserService ) : System
GetClassificationSpans ( SnapshotSpan span ) : IList

Private Methods

Méthode Description
RaiseClassificationChanged ( ITextSnapshot snapshot ) : void

Method Details

Classifier() public méthode

public Classifier ( IClassificationType types, Microsoft.Language.Xml.Editor.ParserService parserService ) : System
types IClassificationType
parserService Microsoft.Language.Xml.Editor.ParserService
Résultat System

GetClassificationSpans() public méthode

public GetClassificationSpans ( SnapshotSpan span ) : IList
span SnapshotSpan
Résultat IList