Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 648 Bytes

navigationview_containerfrommenuitem_1018415680.md

File metadata and controls

38 lines (18 loc) · 648 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.NavigationView.ContainerFromMenuItem(System.Object)
winrt method

Microsoft.UI.Xaml.Controls.NavigationView.ContainerFromMenuItem

-description

Returns the container corresponding to the specified menu item.

-parameters

-param item

The menu item to retrieve the container for.

-returns

A container that corresponds to the specified menu item, if the item has a container and exists in the collection; otherwise, null.

-remarks

-see-also

-examples