MenuFlyoutSubItem 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class MenuFlyoutSubItem : Microsoft::Maui::Controls::MenuFlyoutItem, Microsoft::Maui::IMenuFlyoutSubItem, System::Collections::Generic::ICollection<Microsoft::Maui::IMenuElement ^>, System::Collections::Generic::IEnumerable<Microsoft::Maui::IMenuElement ^>, System::Collections::Generic::IList<Microsoft::Maui::IMenuElement ^>
public class MenuFlyoutSubItem : Microsoft.Maui.Controls.MenuFlyoutItem, Microsoft.Maui.IMenuFlyoutSubItem, System.Collections.Generic.ICollection<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IEnumerable<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IList<Microsoft.Maui.IMenuElement>
type MenuFlyoutSubItem = class
inherit MenuFlyoutItem
interface IMenuFlyoutSubItem
interface IMenuFlyoutItem
interface IMenuElement
interface IElement
interface IImageSourcePart
interface IText
interface ITextStyle
interface IList<IMenuElement>
interface ICollection<IMenuElement>
interface seq<IMenuElement>
interface IEnumerable
Public Class MenuFlyoutSubItem
Inherits MenuFlyoutItem
Implements ICollection(Of IMenuElement), IEnumerable(Of IMenuElement), IList(Of IMenuElement), IMenuFlyoutSubItem
- 继承
- 继承
-
MenuFlyoutSubItem
- 实现
构造函数
MenuFlyoutSubItem() |
字段
transientNamescope | (继承自 Element) |
属性
AutomationId |
获取或设置允许自动化框架查找此元素并与其交互的值。 (继承自 Element) |
BindingContext |
获取或设置一个对象,该对象包含由属于此 BindableObject属性的绑定属性所面向的属性。 这是一种可绑定属性。 (继承自 BindableObject) |
class | (继承自 MenuItem) |
ClassId |
获取或设置用于标识语义相似元素集合的值。 (继承自 Element) |
Command |
获取或设置单击菜单时运行的命令。 (继承自 MenuItem) |
CommandParameter |
获取或设置传递给命令的参数。 (继承自 MenuItem) |
Count | |
Dispatcher |
获取创建此可绑定对象时可用的调度程序,否则会尝试查找最近的可用调度程序(可能是窗口的/应用)。 (继承自 BindableObject) |
EffectControlProvider |
供 .NET MAUI 内部使用。 (继承自 Element) |
Effects |
获取或设置将在运行时应用于元素的样式和属性。 (继承自 Element) |
Handler |
获取或设置此元素的关联处理程序。 (继承自 Element) |
IconImageSource | (继承自 MenuItem) |
Id |
获取一个值,该值可用于在应用程序运行过程中唯一标识元素。 (继承自 Element) |
IsDestructive |
获取或设置一个值,该值指示菜单项是否删除其关联的 UI 元素。 (继承自 MenuItem) |
IsEnabled |
供 Microsoft.Maui.Controls 平台内部使用。 (继承自 MenuItem) |
IsReadOnly | |
Item[Int32] | |
KeyboardAccelerators |
获取 MenuFlyoutItem 的 KeyboardAccelerators 列表。 (继承自 MenuFlyoutItem) |
LogicalChildren |
已过时.
(继承自 Element)
|
Parent |
获取或设置此元素的父 Element 级。 (继承自 Element) |
RealParent |
供 .NET MAUI 内部使用。 (继承自 Element) |
Style |
获取或设置此元素的唯 Style 一值。 (继承自 StyleableElement) |
StyleClass |
设置生成的 FlyoutItem(与 Shell 一起使用时)的 StyleClass (继承自 MenuItem) |
StyleId |
获取或设置用于唯一地标识元素的用户定义的值。 (继承自 Element) |
Text |
菜单项的文本。 (继承自 MenuItem) |
方法
事件
BindingContextChanged |
当 BindingContext 属性的值更改时发生。 (继承自 BindableObject) |
ChildAdded |
每当将子元素添加到元素时引发。 (继承自 Element) |
ChildRemoved |
每当从元素中删除子元素时引发。 (继承自 Element) |
Clicked | (继承自 MenuItem) |
DescendantAdded |
每当将子元素添加到元素的子树时引发。 (继承自 Element) |
DescendantRemoved |
每当从元素子树中删除子元素时引发。 (继承自 Element) |
HandlerChanged |
每当元素的处理程序发生更改时引发。 (继承自 Element) |
HandlerChanging |
每当元素的处理程序开始更改时引发。 (继承自 Element) |
ParentChanged |
每当元素的父级发生更改时引发。 (继承自 Element) |
ParentChanging |
每当元素开始更改时引发。 (继承自 Element) |
PropertyChanged |
在属性值更改时发生。 (继承自 BindableObject) |
PropertyChanging |
在属性值更改时发生。 (继承自 BindableObject) |