NavigationView.ContainerFromMenuItem(Object) Method

Definition

Returns the container corresponding to the specified menu item.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.NavigationView.ContainerFromMenuItem(Object) (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 virtual DependencyObject ^ ContainerFromMenuItem(Platform::Object ^ item) = ContainerFromMenuItem;
DependencyObject ContainerFromMenuItem(IInspectable const& item);
public DependencyObject ContainerFromMenuItem(object item);
function containerFromMenuItem(item)
Public Function ContainerFromMenuItem (item As Object) As DependencyObject

Parameters

item
Object

Platform::Object

IInspectable

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.

Applies to