ItemsControl.ItemFromContainer(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与指定的生成的容器对应的项。
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 。
返回
包含的项或容器(如果不包含项)。