ContextFlyoutItemHandlerUpdate Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ContextFlyoutItemHandlerUpdate(ContextFlyoutItemHandlerUpdate) | |
ContextFlyoutItemHandlerUpdate(Int32, IMenuElement) |
Komunikuje informacje z IMenuFlyout o aktualizacjach programu IMenuFlyoutHandler |
ContextFlyoutItemHandlerUpdate(ContextFlyoutItemHandlerUpdate)
protected:
ContextFlyoutItemHandlerUpdate(Microsoft::Maui::Handlers::ContextFlyoutItemHandlerUpdate ^ original);
protected ContextFlyoutItemHandlerUpdate (Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate original);
Protected Sub New (original As ContextFlyoutItemHandlerUpdate)
Parametry
- original
- ContextFlyoutItemHandlerUpdate
Dotyczy
ContextFlyoutItemHandlerUpdate(Int32, IMenuElement)
Komunikuje informacje z IMenuFlyout o aktualizacjach programu IMenuFlyoutHandler
public:
ContextFlyoutItemHandlerUpdate(int Index, Microsoft::Maui::IMenuElement ^ MenuElement);
public ContextFlyoutItemHandlerUpdate (int Index, Microsoft.Maui.IMenuElement MenuElement);
new Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate : int * Microsoft.Maui.IMenuElement -> Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate
Public Sub New (Index As Integer, MenuElement As IMenuElement)
Parametry
- Index
- Int32
- MenuElement
- IMenuElement
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.