C# 클래스 Microsoft.Language.Xml.Editor.Classifier

상속: Microsoft.Language.Xml.Editor.AbstractSyntaxTreeTagger, IClassifier
파일 보기 프로젝트 열기: KirillOsenkov/XmlParser

공개 메소드들

메소드 설명
Classifier ( IClassificationType types, Microsoft.Language.Xml.Editor.ParserService parserService ) : System
GetClassificationSpans ( SnapshotSpan span ) : IList

비공개 메소드들

메소드 설명
RaiseClassificationChanged ( ITextSnapshot snapshot ) : void

메소드 상세

Classifier() 공개 메소드

public Classifier ( IClassificationType types, Microsoft.Language.Xml.Editor.ParserService parserService ) : System
types IClassificationType
parserService Microsoft.Language.Xml.Editor.ParserService
리턴 System

GetClassificationSpans() 공개 메소드

public GetClassificationSpans ( SnapshotSpan span ) : IList
span SnapshotSpan
리턴 IList