NavigationView.ContainerFromMenuItem(Object) Method

Definition

Returns the container corresponding to the specified menu item.

This documentation applies to WinUI 2 for UWP (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);
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