英語で読む

次の方法で共有


IMenuFlyout インターフェイス

定義

コマンドのメニューを表示するポップアップを表します。

public interface IMenuFlyout : Microsoft.Maui.IFlyout, System.Collections.Generic.ICollection<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IEnumerable<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IList<Microsoft.Maui.IMenuElement>
派生
実装

プロパティ

Handler

要素のビュー ハンドラーを取得または設定します。

(継承元 IElement)
Parent

要素の親を取得します。

(継承元 IElement)

拡張メソッド

ToHandler(IElement, IMauiContext)

コマンドのメニューを表示するポップアップを表します。

ToPlatform(IElement, IMauiContext)

コマンドのメニューを表示するポップアップを表します。

適用対象