The following tables list the members exposed by BrowseTreePosition.
Public Properties
| Name | Description |
| BrowseException | Gets the exception encountered during browsing. |
| BrowseSucceeded | Determines whether browsing was successful. |
| IsTreeRoot | Determines whether this object represents a root of the tree. |
| Level | Determines the level of this object inside a tree. |
| ParentPosition | Gets the parent object in the tree. |
Top
Public Methods
Extension Methods
| Name | Description |
| SetState<TNode> | Sets the arbitrary object associated with the node. |
Top
Public Operators
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |
Top
See Also