Share via


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

取得或設定 Element 的 View Handler。

(繼承來源 IElement)
Parent

取得專案的父代。

(繼承來源 IElement)

擴充方法

ToHandler(IElement, IMauiContext)

表示顯示命令功能表的飛出視窗。

ToPlatform(IElement, IMauiContext)

表示顯示命令功能表的飛出視窗。

適用於