ItemContainerGenerator.PrepareItemContainer(DependencyObject) Method

Definition

Prepares the specified element as the container for the corresponding 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)

Parameters

container
DependencyObject

The container to prepare. Typically, container is the result of the previous call to GenerateNext.

Applies to