IItemContainerGenerator.PrepareItemContainer(DependencyObject) 方法

定义

准备指定元素作为相应项的容器。

public:
 void PrepareItemContainer(System::Windows::DependencyObject ^ container);
public void PrepareItemContainer (System.Windows.DependencyObject container);
abstract member PrepareItemContainer : System.Windows.DependencyObject -> unit
Public Sub PrepareItemContainer (container As DependencyObject)

参数

container
DependencyObject

要准备的容器。 通常来说,containerGenerateNext 的前一调用的结果。

注解

准备指定的元素包括应用容器样式、从主机控件转发信息,例如 DataTemplate 属性的值 ItemTemplate 和其他小调整。

PrepareItemContainer 必须在元素添加到可视化树后调用,以便资源引用和继承的属性正常工作。

适用于