ItemContainerGenerator.ItemFromContainer(DependencyObject) Method
Definition
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 UIElement.
public:
System::Object ^ ItemFromContainer(System::Windows::DependencyObject ^ container);
public object ItemFromContainer (System.Windows.DependencyObject container);
member this.ItemFromContainer : System.Windows.DependencyObject -> obj
Public Function ItemFromContainer (container As DependencyObject) As Object
Parameters
- container
- DependencyObject
The DependencyObject that corresponds to the item to be returned.
Returns
A DependencyObject that is the item which corresponds to the specified, generated UIElement. If the UIElement has not been generated, UnsetValue is returned.
Exceptions
container
is null
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.