C# Class Microsoft.Sarif.Viewer.SarifToolWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
Show file Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ApplySelection ( ) : void

Updates the Properties window with the public properties of the selection objects.

ResetSelection ( ) : void

Reset the Properties window to display the properties of the selected Error List item.

SarifToolWindow ( ) : System

Initializes a new instance of the SarifToolWindow class.

Show ( ) : void
UpdateSelectionList ( ) : void

Replaces the collection of objects who's values are displayed in the Properties window.

Method Details

ApplySelection() public method

Updates the Properties window with the public properties of the selection objects.
public ApplySelection ( ) : void
return void

ResetSelection() public method

Reset the Properties window to display the properties of the selected Error List item.
public ResetSelection ( ) : void
return void

SarifToolWindow() public method

Initializes a new instance of the SarifToolWindow class.
public SarifToolWindow ( ) : System
return System

Show() public method

public Show ( ) : void
return void

UpdateSelectionList() public method

Replaces the collection of objects who's values are displayed in the Properties window.
public UpdateSelectionList ( ) : void
return void