Element.InsertLogicalChild(Int32, Element) 方法

定義

Element 插入至位於指定索引處的邏輯子系。

public:
 void InsertLogicalChild(int index, Microsoft::Maui::Controls::Element ^ element);
public void InsertLogicalChild (int index, Microsoft.Maui.Controls.Element element);
member this.InsertLogicalChild : int * Microsoft.Maui.Controls.Element -> unit
Public Sub InsertLogicalChild (index As Integer, element As Element)

參數

index
Int32

應在 Element 插入以零為起始的索引。

element
Element

Element要插入邏輯子系中的 。

適用於