The DataFilteringSelectionCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Add a new filtering selection.
| |
| Contains | Check if a filtering selection exists for the given
name.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetEnumerator | Get a enumerator over the filtering selections.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove | Remove a filtering selection.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue | Try to get a filtering selection.
|
Explicit Interface Implementations
See Also