IMenuFlyout 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示显示命令菜单的浮出控件。
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) |
表示显示命令菜单的浮出控件。 |