C# Class Rubberduck.Navigation.CodeExplorer.CodeExplorerItemViewModel

Inheritance: Rubberduck.UI.ViewModelBase
Show file Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

Method Description
AddChild ( CodeExplorerItemViewModel item ) : void
GetChild ( string name ) : CodeExplorerItemViewModel

Method Details

AddChild() public method

public AddChild ( CodeExplorerItemViewModel item ) : void
item CodeExplorerItemViewModel
return void

GetChild() public method

public GetChild ( string name ) : CodeExplorerItemViewModel
name string
return CodeExplorerItemViewModel