ItemsControl.ItemFromContainer(DependencyObject) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the item that corresponds to the specified, generated container.
public:
virtual Platform::Object ^ ItemFromContainer(DependencyObject ^ container) = ItemFromContainer;
IInspectable ItemFromContainer(DependencyObject const& container);
C#
public object ItemFromContainer(DependencyObject container);
function itemFromContainer(container)
Public Function ItemFromContainer (container As DependencyObject) As Object
- container
- DependencyObject
The DependencyObject that corresponds to the item to be returned.
The contained item, or the container if it does not contain an item.
Product | Versions |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |