C# 클래스 AssemblyBrowser.ListView

파일 보기 프로젝트 열기: mellinoe/assemblybrowser

공개 메소드들

메소드 설명
BeginListView ( string id ) : void
EndListView ( ) : void
GetSelectedNode ( string id ) : IListNode
GetSelectedNodeForCurrentView ( ) : IListNode
SetSelectedNode ( IListNode node ) : void

메소드 상세

BeginListView() 공개 정적인 메소드

public static BeginListView ( string id ) : void
id string
리턴 void

EndListView() 공개 정적인 메소드

public static EndListView ( ) : void
리턴 void

GetSelectedNode() 공개 정적인 메소드

public static GetSelectedNode ( string id ) : IListNode
id string
리턴 IListNode

GetSelectedNodeForCurrentView() 공개 정적인 메소드

public static GetSelectedNodeForCurrentView ( ) : IListNode
리턴 IListNode

SetSelectedNode() 공개 정적인 메소드

public static SetSelectedNode ( IListNode node ) : void
node IListNode
리턴 void