C# Класс ShaderTools.VisualStudio.Core.ErrorList.ErrorManager

Показать файл Открыть проект

Защищенные методы

Метод Описание
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