コード例 #1
0
 public ClassifierAggregator(ISynchronousBufferTagAggregatorFactoryService synchronousBufferTagAggregatorFactoryService, IClassificationTypeRegistryService classificationTypeRegistryService, ITextBuffer textBuffer)
     : base(synchronousBufferTagAggregatorFactoryService.CreateSynchronousTagAggregator <IClassificationTag>(textBuffer, TagAggregatorOptions.MapByContentType), classificationTypeRegistryService, textBuffer)
 {
 }
コード例 #2
0
		ClassifierAggregatorService(ISynchronousBufferTagAggregatorFactoryService synchronousBufferTagAggregatorFactoryService, IClassificationTypeRegistryService classificationTypeRegistryService) {
			this.synchronousBufferTagAggregatorFactoryService = synchronousBufferTagAggregatorFactoryService;
			this.classificationTypeRegistryService = classificationTypeRegistryService;
		}
コード例 #3
0
 ClassifierAggregatorService(ISynchronousBufferTagAggregatorFactoryService synchronousBufferTagAggregatorFactoryService, IClassificationTypeRegistryService classificationTypeRegistryService)
 {
     this.synchronousBufferTagAggregatorFactoryService = synchronousBufferTagAggregatorFactoryService;
     this.classificationTypeRegistryService            = classificationTypeRegistryService;
 }
コード例 #4
0
		public ClassifierAggregator(ISynchronousBufferTagAggregatorFactoryService synchronousBufferTagAggregatorFactoryService, IClassificationTypeRegistryService classificationTypeRegistryService, ITextBuffer textBuffer)
			: base(synchronousBufferTagAggregatorFactoryService.CreateSynchronousTagAggregator<IClassificationTag>(textBuffer, TagAggregatorOptions.MapByContentType), classificationTypeRegistryService, textBuffer) {
		}