MenuFlyoutSubItemHandlerUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Communicates information from an IMenuFlyoutSubItem about updates to an IMenuFlyoutSubItemHandler
public ref class MenuFlyoutSubItemHandlerUpdate : IEquatable<Microsoft::Maui::Handlers::MenuFlyoutSubItemHandlerUpdate ^>
public class MenuFlyoutSubItemHandlerUpdate : IEquatable<Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate>
type MenuFlyoutSubItemHandlerUpdate = class
interface IEquatable<MenuFlyoutSubItemHandlerUpdate>
Public Class MenuFlyoutSubItemHandlerUpdate
Implements IEquatable(Of MenuFlyoutSubItemHandlerUpdate)
- Inheritance
-
MenuFlyoutSubItemHandlerUpdate
- Implements
Constructors
MenuFlyoutSubItemHandlerUpdate(Int32, IMenuElement) |
Communicates information from an IMenuFlyoutSubItem about updates to an IMenuFlyoutSubItemHandler |
MenuFlyoutSubItemHandlerUpdate(MenuFlyoutSubItemHandlerUpdate) |
Properties
EqualityContract | |
Index | |
MenuElement |
Methods
<Clone>$() | |
Deconstruct(Int32, IMenuElement) | |
Equals(MenuFlyoutSubItemHandlerUpdate) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(MenuFlyoutSubItemHandlerUpdate, MenuFlyoutSubItemHandlerUpdate) | |
Inequality(MenuFlyoutSubItemHandlerUpdate, MenuFlyoutSubItemHandlerUpdate) |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.