ItemContainerGenerator.ItemFromContainer(DependencyObject) Method

Definition

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