 | ConfigurationManagerSaveLocalConfiguration method |
Saves the current configuration in the LocalConfigurationDirectory.
The current configuration contains the relevant current UI properties (WindowAspects)
and for each LogicalNodeViewModel, whether its node in the screen display
is collapsed or its subnodes are visible.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static void SaveLocalConfiguration(
IExpandableNode tree,
TreeOrientation treeOrientationState,
WindowAspects windowAspects
)
Public Shared Sub SaveLocalConfiguration (
tree As IExpandableNode,
treeOrientationState As TreeOrientation,
windowAspects As WindowAspects
)
public:
static void SaveLocalConfiguration(
IExpandableNode^ tree,
TreeOrientation treeOrientationState,
WindowAspects^ windowAspects
)
static member SaveLocalConfiguration :
tree : IExpandableNode *
treeOrientationState : TreeOrientation *
windowAspects : WindowAspects -> unit
Parameters
- tree IExpandableNode
- Root-LogicalNodeViewModel of the (sub-)tree to be saved.
- treeOrientationState TreeOrientation
- Current alignment of the LogicalTaskTree
AlternatingHorizontal: Alternating structure, starting horizontally.
Vertical: Vertical structure.
Horizontal: Horizontal structure.
AlternatingVertical: Alternating structure, starting vertically. - windowAspects WindowAspects
- Current UI properties (e.g. WindowTop, WindowWidth, ...).
See also