C# Class RDAExplorerGUI.Misc.TreeViewExtension

ファイルを表示 Open project: lysannschlegel/RDAExplorer Class Usage Examples

Public Methods

Method Description
GetNavigator ( this item ) : string
GetTreeView ( this item ) : System.Windows.Controls.TreeView
NavigateTo ( this view, string path, bool autocreate ) : ModifiedTreeViewItem

Private Methods

Method Description
NavigateTo ( ModifiedTreeViewItem view, string path, bool autocreate ) : ModifiedTreeViewItem

Method Details

GetNavigator() public static method

public static GetNavigator ( this item ) : string
item this
return string

GetTreeView() public static method

public static GetTreeView ( this item ) : System.Windows.Controls.TreeView
item this
return System.Windows.Controls.TreeView

NavigateTo() public static method

public static NavigateTo ( this view, string path, bool autocreate ) : ModifiedTreeViewItem
view this
path string
autocreate bool
return ModifiedTreeViewItem