ItemContainerGenerator.ItemFromContainer Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the item that corresponds to the specified, generated container.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- container
- Type: System.Windows.DependencyObject
The DependencyObject that corresponds to the item to be returned.
| Exception | Condition |
|---|---|
| ArgumentNullException | container is null. |
Show: