ItemsControl.ContainerFromElement Metodo

Definizione

Restituisce il contenitore che appartiene all'oggetto ItemsControl corrente che è proprietario dell'elemento contenitore specificato.

Overload

ContainerFromElement(DependencyObject)

Restituisce il contenitore che appartiene all'oggetto ItemsControl corrente che è proprietario dell'elemento specificato.

ContainerFromElement(ItemsControl, DependencyObject)

Restituisce il contenitore che appartiene all'oggetto ItemsControl specificato che è proprietario dell'elemento contenitore specificato.

ContainerFromElement(DependencyObject)

Restituisce il contenitore che appartiene all'oggetto ItemsControl corrente che è proprietario dell'elemento specificato.

public:
 System::Windows::DependencyObject ^ ContainerFromElement(System::Windows::DependencyObject ^ element);
public System.Windows.DependencyObject ContainerFromElement (System.Windows.DependencyObject element);
member this.ContainerFromElement : System.Windows.DependencyObject -> System.Windows.DependencyObject
Public Function ContainerFromElement (element As DependencyObject) As DependencyObject

Parametri

element
DependencyObject

Elemento per il quale restituire il contenitore.

Restituisce

Il contenitore che appartiene all'oggetto ItemsControl corrente che è proprietario dell'elemento specificato o null se non tale contenitore non esiste.

Vedi anche

Si applica a

ContainerFromElement(ItemsControl, DependencyObject)

Restituisce il contenitore che appartiene all'oggetto ItemsControl specificato che è proprietario dell'elemento contenitore specificato.

public:
 static System::Windows::DependencyObject ^ ContainerFromElement(System::Windows::Controls::ItemsControl ^ itemsControl, System::Windows::DependencyObject ^ element);
public static System.Windows.DependencyObject ContainerFromElement (System.Windows.Controls.ItemsControl itemsControl, System.Windows.DependencyObject element);
static member ContainerFromElement : System.Windows.Controls.ItemsControl * System.Windows.DependencyObject -> System.Windows.DependencyObject
Public Shared Function ContainerFromElement (itemsControl As ItemsControl, element As DependencyObject) As DependencyObject

Parametri

itemsControl
ItemsControl

Oggetto ItemsControl per il quale restituire il contenitore.

element
DependencyObject

Elemento per il quale restituire il contenitore.

Restituisce

Contenitore che appartiene all'oggetto ItemsControl specificato proprietario dell'elemento specificato, se itemsControl non è null. Se itemsControl è null, restituisce il contenitore più vicino che appartiene a qualsiasi oggetto ItemsControl.

Vedi anche

Si applica a