Windows.UI.Xaml.Controls.Hub.Sections

June 22, 2022 ยท View on GitHub

-description

Gets all the hub sections in the Hub.

-xaml-syntax

<Hub ...>
  oneOrMoreHubSections
</Hub>

-xaml-values

oneOrMoreHubSections
oneOrMoreHubSections One or more HubSection elements that declare the content that's being viewed. The HubSection elements can't be interspersed with other Hub property elements such as Hub.Header; the sections must be declared contiguously.
## -property-value All the hub sections in the [Hub](hub.md). The default is an empty collection.

-remarks

-examples

-see-also

HubSection, HubSectionCollection