C# 클래스 Microsoft.Sarif.Viewer.ErrorList.SarifTableControlEventProcessorProvider.EventProcessor

상속: TableControlEventProcessorBase
파일 보기 프로젝트 열기: Microsoft/sarif-sdk

공개 메소드들

메소드 설명
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