Share via


AbsoluteLayout.OnInsert(Int32, IView) 方法

定义

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

参数

index
Int32
view
IView

适用于