VirtualizingPanel.AddInternalChild(UIElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將所指定的 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)
參數
備註
這個方法為虛擬化其子集合的專案提供比 Add 方法更好的效能 Panel 。