共用方式為


Layout.OnInsert(Int32, IView) 方法

定義

呼叫 時 RemoveAt(Int32) 叫用 ,並通知與此版面配置相關聯的處理程式。

protected:
 virtual void OnInsert(int index, Microsoft::Maui::IView ^ view);
protected virtual void OnInsert (int index, Microsoft.Maui.IView view);
abstract member OnInsert : int * Microsoft.Maui.IView -> unit
override this.OnInsert : int * Microsoft.Maui.IView -> unit
Protected Overridable Sub OnInsert (index As Integer, view As IView)

參數

index
Int32

拿掉子檢視的索引。

view
IView

已移除的子檢視。

適用於