Share via


ItemContainerGenerator.PrepareItemContainer(DependencyObject) 方法

定義

準備指定的項目 (element),做為對應項目 (item) 的容器。

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呼叫的結果。

適用於