ItemsControl.GetItemsOwner(DependencyObject) 方法

定义

返回指定元素为其承载项的 ItemsControl

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

参数

element
DependencyObject

宿主元素。

返回

ItemsControl

指定元素为其承载项的 ItemsControl,或为 null

注解

如果IsItemsHost设置为true在样式中打开element,或者如果element为对象ItemsControl创建的ItemsPresenter面板,ItemsControl则返回该面板;否则null返回。

适用于