共用方式為


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

屬性值

實作

適用於