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


VirtualizingPanel.InsertInternalChild(Int32, UIElement) Метод

Определение

Добавляет указанный UIElement в коллекцию элемента VirtualizingPanel в указанной позиции индекса.

protected:
 virtual void InsertInternalChild(int index, UIElement ^ child) = InsertInternalChild;
void InsertInternalChild(int const& index, UIElement const& child);
protected void InsertInternalChild(int index, UIElement child);
function insertInternalChild(index, child)
Protected Sub InsertInternalChild (index As Integer, child As UIElement)

Параметры

index
Int32

int

Позиция индекса внутри коллекции, в которую вставляется дочерний элемент.

child
UIElement

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

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