Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.01 KB

File metadata and controls

27 lines (19 loc) · 1.01 KB
title ITreeContent Interface
description The ITreeContent interface is used to represent a tree structure of content on a content page in the Command Palette.
ms.date 2/7/2025
ms.topic reference
no-loc
PowerToys
Windows
Insider

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.