TreeView.ContainerFromItem(Object) Method

Definition

Returns the container corresponding to the specified item.

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

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

Parameters

item
Object

Platform::Object

IInspectable

The item to retrieve the container for.

Returns

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

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to