MenuBarHandlerUpdate 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 IMenuBar about updates to an IMenuBarHandler
public ref class MenuBarHandlerUpdate : IEquatable<Microsoft::Maui::Handlers::MenuBarHandlerUpdate ^>
public class MenuBarHandlerUpdate : IEquatable<Microsoft.Maui.Handlers.MenuBarHandlerUpdate>
type MenuBarHandlerUpdate = class
interface IEquatable<MenuBarHandlerUpdate>
Public Class MenuBarHandlerUpdate
Implements IEquatable(Of MenuBarHandlerUpdate)
- Inheritance
-
MenuBarHandlerUpdate
- Implements
Constructors
MenuBarHandlerUpdate(Int32, IMenuBarItem) |
Communicates information from an IMenuBar about updates to an IMenuBarHandler |
MenuBarHandlerUpdate(MenuBarHandlerUpdate) |
Properties
EqualityContract | |
Index | |
MenuBarItem |
Methods
<Clone>$() | |
Deconstruct(Int32, IMenuBarItem) | |
Equals(MenuBarHandlerUpdate) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(MenuBarHandlerUpdate, MenuBarHandlerUpdate) | |
Inequality(MenuBarHandlerUpdate, MenuBarHandlerUpdate) |
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.