Layout.Insert(Int32, IView) 方法

定义

在指定的索引处插入子视图。

public:
 virtual void Insert(int index, Microsoft::Maui::IView ^ child);
public void Insert (int index, Microsoft.Maui.IView child);
abstract member Insert : int * Microsoft.Maui.IView -> unit
override this.Insert : int * Microsoft.Maui.IView -> unit
Public Sub Insert (index As Integer, child As IView)

参数

index
Int32

指定要在其中指定子视图的索引。

child
IView

要插入的子视图。

实现

适用于