The following tables list the members exposed by BrowseTreePosition.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | BrowseException | Gets the exception encountered during browsing. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | BrowseSucceeded | Determines whether browsing was successful. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsTreeRoot | Determines whether this object represents a root of the tree. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Level | Determines the level of this object inside a tree. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ParentPosition | Gets the parent object in the tree. |
Top
Public Methods
Extension Methods
| Name | Description |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | 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