Share via


ItemContainerGenerator.PrepareItemContainer(DependencyObject) 方法

定义

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

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 的结果。

适用于