IItemContainerGenerator.PrepareItemContainer(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
准备指定元素作为相应项的容器。
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
要准备的容器。 通常来说,container
是 GenerateNext 的前一调用的结果。
注解
准备指定的元素包括应用容器样式、从主机控件转发信息,例如 DataTemplate 属性的值 ItemTemplate 和其他小调整。
PrepareItemContainer 必须在元素添加到可视化树后调用,以便资源引用和继承的属性正常工作。