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)

表示显示命令菜单的浮出控件。

适用于