Condividi tramite


VirtualizingPanel.AddInternalChild(UIElement) Metodo

Definizione

Aggiunge l'oggetto UIElement specificato all'insieme Children di un elemento 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)

Parametri

child
UIElement

Elemento figlio UIElement da aggiungere alla raccolta.

Si applica a