次の方法で共有


MenuFlyout.Item[Int32] プロパティ

定義

public:
 property Microsoft::Maui::IMenuElement ^ default[int] { Microsoft::Maui::IMenuElement ^ get(int index); void set(int index, Microsoft::Maui::IMenuElement ^ value); };
public Microsoft.Maui.IMenuElement this[int index] { get; set; }
member this.Item(int) : Microsoft.Maui.IMenuElement with get, set
Default Public Property Item(index As Integer) As IMenuElement

パラメーター

index
Int32

プロパティ値

実装

適用対象