C# Class NetIde.Core.ToolWindows.ProjectExplorer.ProjectExplorerControl

Inheritance: NetIde.Util.Forms.UserControl
显示文件 Open project: netide/netide Class Usage Examples

Public Methods

Method Description
GetSelectedHierarchy ( INiHierarchy &hier ) : HResult
ProjectExplorerControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DestroyNodes ( TreeNodeCollection nodes ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadNode ( TreeNodeCollection nodes, INiHierarchy item ) : void
LoadResource ( int imageIndex ) : IResource
ProjectExplorerControl_Disposed ( object sender, EventArgs e ) : void
ReloadProject ( ) : void
_treeView_NodeMouseDoubleClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetSelectedHierarchy() public method

public GetSelectedHierarchy ( INiHierarchy &hier ) : HResult
hier INiHierarchy
return HResult

ProjectExplorerControl() public method

public ProjectExplorerControl ( ) : System
return System