C# 클래스 Microsoft.Sarif.Viewer.Models.CallTree

상속: NotifyPropertyChangedObject
파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

공개 메소드들

메소드 설명
CallTree ( IList topLevelNodes ) : System

비공개 메소드들

메소드 설명
CollapseAll ( ) : void
ExpandAll ( ) : void
FindNext ( ) : CallTreeNode
FindNext ( CallTreeNode currentNode, bool includeChildren ) : CallTreeNode
FindPrevious ( ) : CallTreeNode
FindPrevious ( CallTreeNode currentNode, bool includeChildren ) : CallTreeNode
IntelligentExpand ( ) : void
SetVerbosity ( AnnotatedCodeLocationImportance importance ) : void
TryGetFirstItem ( IList items, CallTreeNode &firstItem ) : bool
TryGetIndexInCallTreeNodeList ( IList list, CallTreeNode givenNode, int &index ) : bool
TryGetLastItem ( IList items, CallTreeNode &lastItem ) : bool
TryGetNextSibling ( IList items, CallTreeNode currentItem, CallTreeNode &nextSibling ) : bool
TryGetPreviousSibling ( IList items, CallTreeNode currentItem, CallTreeNode &previousSibling ) : bool

메소드 상세

CallTree() 공개 메소드

public CallTree ( IList topLevelNodes ) : System
topLevelNodes IList
리턴 System