แก้ไข

แชร์ผ่าน


ITreeContent Interface

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.