ItemContainerGenerator.ContainerFromItem(Object) Metodo

Definizione

Restituisce UIElement che corrisponde all'elemento specificato.

public:
 System::Windows::DependencyObject ^ ContainerFromItem(System::Object ^ item);
public System.Windows.DependencyObject ContainerFromItem (object item);
member this.ContainerFromItem : obj -> System.Windows.DependencyObject
Public Function ContainerFromItem (item As Object) As DependencyObject

Parametri

item
Object

Elemento Object utilizzato per trovare UIElement.

Restituisce

Oggetto UIElement che corrisponde all'elemento specificato. Restituisce null se l'elemento non appartiene all'insieme di elementi o se per l'elemento non è stato generato alcun oggetto UIElement.

Si applica a