C# Class Microsoft.Sarif.Viewer.Models.CallTreeNode

Inheritance: CodeLocationObject
Mostrar archivo Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Property Type Description
CollapseAll void
ExpandAll void
IntelligentExpand void
RegionSelected void
SetVerbosity void

Private Methods

Method Description
CollapseAll ( ) : void
ExpandAll ( ) : void
IntelligentExpand ( ) : void
RegionSelected ( object sender, EventArgs e ) : void

Called when the source code region of this node is selected in the editor.

SetVerbosity ( AnnotatedCodeLocationImportance importance ) : void