Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions
The ITreeContent interface is used to represent a tree structure of content on a content page in the Command Palette. It allows for hierarchical organization of content, enabling users to navigate through different levels of information.
Properties
| Property | Type | Description |
|---|---|---|
| RootContent | IContent | Gets the root content of the tree. This is the top-level item in the hierarchy. |
Methods
| Method | Description |
|---|---|
| GetChildren() | Retrieves the child items of the current content. This method is used to navigate through the tree structure. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer