MenuBarItemHandlerUpdate 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 IMenuBarItem about updates to an IMenuBarItemHandler
public ref class MenuBarItemHandlerUpdate : IEquatable<Microsoft::Maui::Handlers::MenuBarItemHandlerUpdate ^>
public class MenuBarItemHandlerUpdate : IEquatable<Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate>
type MenuBarItemHandlerUpdate = class
interface IEquatable<MenuBarItemHandlerUpdate>
Public Class MenuBarItemHandlerUpdate
Implements IEquatable(Of MenuBarItemHandlerUpdate)
- Inheritance
-
MenuBarItemHandlerUpdate
- Implements
Constructors
MenuBarItemHandlerUpdate(Int32, IMenuElement) |
Communicates information from an IMenuBarItem about updates to an IMenuBarItemHandler |
MenuBarItemHandlerUpdate(MenuBarItemHandlerUpdate) |
Properties
EqualityContract | |
Index | |
MenuElement |
Methods
<Clone>$() | |
Deconstruct(Int32, IMenuElement) | |
Equals(MenuBarItemHandlerUpdate) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(MenuBarItemHandlerUpdate, MenuBarItemHandlerUpdate) | |
Inequality(MenuBarItemHandlerUpdate, MenuBarItemHandlerUpdate) |
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.