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

상속: IClassifierFactory
파일 보기 프로젝트 열기: nbalakin/VSOutputEnhancer

공개 메소드들

메소드 설명
GetClassifierForContentType ( IContentType contentType ) : IClassifier

비공개 메소드들

메소드 설명
ClassifierFactory ( IClassificationTypeService classificationTypeService, IParsersConfigurationService parsersConfigurationService ) : System
CreateClassifierForContentType ( IContentType contentType ) : IClassifier
CreateClassifierFromConfiguration ( ParserConfiguration configuration ) : IClassifier
GetClassifierKey ( IContentType contentType ) : String

메소드 상세

GetClassifierForContentType() 공개 메소드

public GetClassifierForContentType ( IContentType contentType ) : IClassifier
contentType IContentType
리턴 IClassifier