TreeView.ItemFromContainer(DependencyObject) 方法

定义

返回与指定的生成的容器对应的项。

适用于 UWP 的等效 WinUI 2 APImicrosoft.UI.Xaml.Controls.TreeView.ItemFromContainer (in the Windows 应用 SDK,请参阅Windows 应用 SDK命名空间) 。

public:
 virtual Platform::Object ^ ItemFromContainer(DependencyObject ^ container) = ItemFromContainer;
IInspectable ItemFromContainer(DependencyObject const& container);
public object ItemFromContainer(DependencyObject container);
function itemFromContainer(container)
Public Function ItemFromContainer (container As DependencyObject) As Object

参数

container
DependencyObject

与要返回的项对应的 DependencyObject

返回

Object

Platform::Object

IInspectable

包含的项或容器(如果不包含项)。

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

适用于