C# Class RDAExplorerGUI.Misc.TreeViewExtension

Afficher le fichier Open project: lysannschlegel/RDAExplorer Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
NavigateTo ( ModifiedTreeViewItem view, string path, bool autocreate ) : ModifiedTreeViewItem

Method Details

GetNavigator() public static méthode

public static GetNavigator ( this item ) : string
item this
Résultat string

GetTreeView() public static méthode

public static GetTreeView ( this item ) : System.Windows.Controls.TreeView
item this
Résultat System.Windows.Controls.TreeView

NavigateTo() public static méthode

public static NavigateTo ( this view, string path, bool autocreate ) : ModifiedTreeViewItem
view this
path string
autocreate bool
Résultat ModifiedTreeViewItem