次の方法で共有


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 を挿入する位置の、0 から始まるインデックス。

element
Element

Element論理子に挿入する 。

適用対象