Condividi tramite


IMenuFlyout Interfaccia

Definizione

Rappresenta un riquadro a comparsa che visualizza un menu di comandi.

public interface class IMenuFlyout : Microsoft::Maui::IFlyout, System::Collections::Generic::ICollection<Microsoft::Maui::IMenuElement ^>, System::Collections::Generic::IEnumerable<Microsoft::Maui::IMenuElement ^>, System::Collections::Generic::IList<Microsoft::Maui::IMenuElement ^>
public interface IMenuFlyout : Microsoft.Maui.IFlyout, System.Collections.Generic.ICollection<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IEnumerable<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IList<Microsoft.Maui.IMenuElement>
type IMenuFlyout = interface
    interface IList<IMenuElement>
    interface ICollection<IMenuElement>
    interface seq<IMenuElement>
    interface IEnumerable
    interface IFlyout
    interface IElement
Public Interface IMenuFlyout
Implements ICollection(Of IMenuElement), IEnumerable(Of IMenuElement), IFlyout, IList(Of IMenuElement)
Derivato
Implementazioni

Proprietà

Handler

Ottiene o imposta il gestore di visualizzazione dell'elemento.

(Ereditato da IElement)
Parent

Ottiene l'elemento Padre dell'elemento.

(Ereditato da IElement)

Metodi di estensione

ToHandler(IElement, IMauiContext)

Rappresenta un riquadro a comparsa che visualizza un menu di comandi.

ToPlatform(IElement, IMauiContext)

Rappresenta un riquadro a comparsa che visualizza un menu di comandi.

Si applica a