Поделиться через


VirtualizingPanel.AddInternalChild(UIElement) Метод

Определение

Добавляет указанный ЭЛЕМЕНТ UIElement в коллекцию Children элемента VirtualizingPanel .

protected:
 virtual void AddInternalChild(UIElement ^ child) = AddInternalChild;
void AddInternalChild(UIElement const& child);
protected void AddInternalChild(UIElement child);
function addInternalChild(child)
Protected Sub AddInternalChild (child As UIElement)

Параметры

child
UIElement

Дочерний элемент UIElement , добавляемый в коллекцию.

Применяется к