Sdílet prostřednictvím


IMenuFlyout Rozhraní

Definice

Představuje informační panel, který zobrazuje nabídku příkazů.

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)
Odvozené
Implementuje

Vlastnosti

Handler

Získá nebo nastaví view obslužnou rutinu elementu.

(Zděděno od IElement)
Parent

Získá nadřazenou elementu.

(Zděděno od IElement)

Metody rozšíření

ToHandler(IElement, IMauiContext)

Představuje informační panel, který zobrazuje nabídku příkazů.

ToPlatform(IElement, IMauiContext)

Představuje informační panel, který zobrazuje nabídku příkazů.

Platí pro