ItemContainerGenerator.PrepareItemContainer(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
准备指定元素作为相应项的容器。
public:
virtual void PrepareItemContainer(DependencyObject ^ container) = PrepareItemContainer;
void PrepareItemContainer(DependencyObject const& container);
public void PrepareItemContainer(DependencyObject container);
function prepareItemContainer(container)
Public Sub PrepareItemContainer (container As DependencyObject)
参数
- container
- DependencyObject
要准备的容器。 通常, 容器 是上一次调用 GenerateNext 的结果。