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에 대한 이전 호출의 결과입니다.

적용 대상