SelectItemHandler Class
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.
Handler interface for walking a select item tree.
public abstract class SelectItemHandler
type SelectItemHandler = class
Public MustInherit Class SelectItemHandler
- Inheritance
-
SelectItemHandler
Constructors
SelectItemHandler() |
Methods
Handle(ExpandedNavigationSelectItem) |
Handle an ExpandedNavigationSelectItem |
Handle(ExpandedReferenceSelectItem) |
Handle an ExpandedReferenceSelectItem |
Handle(NamespaceQualifiedWildcardSelectItem) |
Handle a ContainerQualifiedWildcardSelectItem |
Handle(PathSelectItem) |
Handle a PathSelectItem |
Handle(WildcardSelectItem) |
Handle a WildcardSelectItem |