共用方式為


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

要插入的子檢視。

實作

適用於