C# 클래스 ShaderTools.VisualStudio.Core.ErrorList.ErrorManager

파일 보기 프로젝트 열기: tgjones/HlslTools

보호된 메소드들

메소드 설명
ErrorManager ( ITextView textView, IOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System
GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable
RefreshErrors ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : void

비공개 메소드들

메소드 설명
OnOptionsChanged ( object sender, EventArgs e ) : void
OnViewClosed ( object sender, EventArgs e ) : void

메소드 상세

ErrorManager() 보호된 메소드

protected ErrorManager ( ITextView textView, IOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System
textView ITextView
optionsService IOptionsService
serviceProvider IServiceProvider
textDocumentFactoryService ITextDocumentFactoryService
리턴 System

GetDiagnostics() 보호된 추상적인 메소드

protected abstract GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable
snapshot ITextSnapshot
cancellationToken System.Threading.CancellationToken
리턴 IEnumerable

RefreshErrors() 보호된 메소드

protected RefreshErrors ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : void
snapshot ITextSnapshot
cancellationToken System.Threading.CancellationToken
리턴 void