ItemsControl.GetItemsOwner(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定元素为其承载项的 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,或为 null
。
注解
如果IsItemsHost设置为true
在样式中打开element
,或者如果element
为对象ItemsControl创建的ItemsPresenter面板,ItemsControl则返回该面板;否则null
返回。