ItemContainerGenerator::ContainerFromItem Method (Object^)
.NET Framework (current version)
Returns the UIElement corresponding to the given item.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- item
- Type: System::Object^
Return Value
Type: System.Windows::DependencyObject^A UIElement that corresponds to the given item. Returns null if the item does not belong to the item collection, or if a UIElement has not been generated for it.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: