Linguaggio

ItemsControl.GetItemsOwner(DependencyObject) Metodo

Definizione

Restituisce itemsControl per il quale l'elemento specificato ospita gli elementi.

 static ItemsControl GetItemsOwner(DependencyObject const& element);
public static ItemsControl GetItemsOwner(DependencyObject element);
function getItemsOwner(element)
Public Shared Function GetItemsOwner (element As DependencyObject) As ItemsControl

Parametri

element
DependencyObject

Elemento host.

Valori restituiti

ItemsControl per cui l'elemento specificato ospita elementi per o null.

Si applica a