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

Inheritance: NetIde.Util.Forms.UserControl
Afficher le fichier Open project: netide/netide Class Usage Examples

Méthodes publiques

Méthode Description
GetSelectedHierarchy ( INiHierarchy &hier ) : HResult
ProjectExplorerControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

GetSelectedHierarchy() public méthode

public GetSelectedHierarchy ( INiHierarchy &hier ) : HResult
hier INiHierarchy
Résultat HResult

ProjectExplorerControl() public méthode

public ProjectExplorerControl ( ) : System
Résultat System