次の方法で共有


IMenuFlyout インターフェイス

定義

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

public interface class 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 ^>
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>
type IMenuFlyout = interface
    interface IList<IMenuElement>
    interface ICollection<IMenuElement>
    interface seq<IMenuElement>
    interface IEnumerable
    interface IFlyout
    interface IElement
Public Interface IMenuFlyout
Implements ICollection(Of IMenuElement), IEnumerable(Of IMenuElement), IFlyout, IList(Of IMenuElement)
派生
実装

プロパティ

Handler

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

(継承元 IElement)
Parent

要素の親を取得します。

(継承元 IElement)

拡張メソッド

ToHandler(IElement, IMauiContext)

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

ToPlatform(IElement, IMauiContext)

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

適用対象