INodeExtender Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extender for a node. Can add a children or command handlers
public interface class INodeExtender
public interface class INodeExtender
__interface INodeExtender
public interface INodeExtender
type INodeExtender = interface
Public Interface INodeExtender
Methods
ProvideChildren(WorkspaceVisualNodeBase) |
If applicable provides children to a node. Children collection can be actually empty at this point. |
ProvideCommandHandler(WorkspaceVisualNodeBase) |
if applicable provides a node with a command handler. |