C# Class ShaderTools.VisualStudio.Core.ErrorList.ErrorManager

Afficher le fichier Open project: tgjones/HlslTools

Méthodes protégées

Méthode Description
ErrorManager ( ITextView textView, IOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System
GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable
RefreshErrors ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : void

Private Methods

Méthode Description
OnOptionsChanged ( object sender, EventArgs e ) : void
OnViewClosed ( object sender, EventArgs e ) : void

Method Details

ErrorManager() protected méthode

protected ErrorManager ( ITextView textView, IOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System
textView ITextView
optionsService IOptionsService
serviceProvider IServiceProvider
textDocumentFactoryService ITextDocumentFactoryService
Résultat System

GetDiagnostics() protected abstract méthode

protected abstract GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable
snapshot ITextSnapshot
cancellationToken System.Threading.CancellationToken
Résultat IEnumerable

RefreshErrors() protected méthode

protected RefreshErrors ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : void
snapshot ITextSnapshot
cancellationToken System.Threading.CancellationToken
Résultat void