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 GetChildren method retrieves the child items of the current content. This method is used to navigate through the tree structure.
Returns
An IContent[] array representing the child items of the current content. Each item in the array is an instance of a class that implements the IContent interface, representing a piece of content in the Command Palette.
Windows developer