C# 클래스 Balakin.VSOutputEnhancer.Classifiers.ClassifiersAggregator

상속: IClassifier
파일 보기 프로젝트 열기: nbalakin/VSOutputEnhancer 1 사용 예제들

공개 메소드들

메소드 설명
ClassifiersAggregator ( ) : System
ClassifiersAggregator ( IEnumerable classifiers ) : System
GetClassificationSpans ( SnapshotSpan span ) : IList

비공개 메소드들

메소드 설명
Classifier_ClassificationChanged ( Object sender, ClassificationChangedEventArgs e ) : void

메소드 상세

ClassifiersAggregator() 공개 메소드

public ClassifiersAggregator ( ) : System
리턴 System

ClassifiersAggregator() 공개 메소드

public ClassifiersAggregator ( IEnumerable classifiers ) : System
classifiers IEnumerable
리턴 System

GetClassificationSpans() 공개 메소드

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