C# Класс Microsoft.Sarif.Viewer.ErrorList.SarifTableControlEventProcessorProvider.EventProcessor

Наследование: TableControlEventProcessorBase
Показать файл Открыть проект

Открытые методы

Метод Описание
PreprocessNavigate ( ITableEntryHandle entryHandle, TableEntryNavigateEventArgs e ) : void

Handles the double-click Error List event. Displays the SARIF Explorer tool window. Does not bind the selected item to the Tool Window. The binding is done by PreprocessSelectionChanged.

PreprocessSelectionChanged ( TableSelectionChangedEventArgs e ) : void

Handles the single-click Error List event. Binds the selected item to the Tool Window. Does not show the tool window if it is not already open. Displaying of the tool window is handed by PreprocessNavigate.

Приватные методы

Метод Описание
TryGetSarifResult ( ITableEntryHandle entryHandle, SarifErrorListItem &sarifResult ) : bool

Описание методов

PreprocessNavigate() публичный Метод

Handles the double-click Error List event. Displays the SARIF Explorer tool window. Does not bind the selected item to the Tool Window. The binding is done by PreprocessSelectionChanged.
public PreprocessNavigate ( ITableEntryHandle entryHandle, TableEntryNavigateEventArgs e ) : void
entryHandle ITableEntryHandle
e TableEntryNavigateEventArgs
Результат void

PreprocessSelectionChanged() публичный Метод

Handles the single-click Error List event. Binds the selected item to the Tool Window. Does not show the tool window if it is not already open. Displaying of the tool window is handed by PreprocessNavigate.
public PreprocessSelectionChanged ( TableSelectionChangedEventArgs e ) : void
e TableSelectionChangedEventArgs
Результат void