Interface IRootNodeProvider
Provides an extension point to allow Addins to provide additional navigation nodes that appear at the root of the Navigator.
Namespace: Algenta.Colectica.ViewModel.Navigator
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public interface IRootNodeProvider
Methods
CreateNode()
Gets a node that will be added to the root of the Navigator.
Declaration
Node CreateNode()
Returns
Type | Description |
---|---|
Node | The node to be added to the root of the Navigator. |