C# 클래스 Naggy.PreprocessorClassifier

상속: IClassifier
파일 보기 프로젝트 열기: saaadhu/naggy

공개 메소드들

메소드 설명
GetClassificationSpans ( SnapshotSpan span ) : IList
PreprocessorClassifier ( DTE dte, ITextBuffer buffer, Microsoft classificationRegistry ) : System

비공개 메소드들

메소드 설명
FindSkippedRegions ( ) : void
RaiseTagsChanged ( int minPosition, int maxPosition ) : void

메소드 상세

GetClassificationSpans() 공개 메소드

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

PreprocessorClassifier() 공개 메소드

public PreprocessorClassifier ( DTE dte, ITextBuffer buffer, Microsoft classificationRegistry ) : System
dte DTE
buffer ITextBuffer
classificationRegistry Microsoft
리턴 System