VirtualizingPanel.AddInternalChild(UIElement) 方法

定義

將所指定的 UIElement 加入至 InternalChildren 項目的 VirtualizingPanel 集合。

protected:
 void AddInternalChild(System::Windows::UIElement ^ child);
protected void AddInternalChild (System.Windows.UIElement child);
member this.AddInternalChild : System.Windows.UIElement -> unit
Protected Sub AddInternalChild (child As UIElement)

參數

child
UIElement

要加入至集合的 UIElement 子項。

備註

這個方法為虛擬化其子集合的專案提供比 Add 方法更好的效能 Panel

適用於