IMenuFlyout 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示顯示命令功能表的飛出視窗。
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)
- 衍生
- 實作
屬性
Handler |
取得或設定 Element 的 View Handler。 (繼承來源 IElement) |
Parent |
取得專案的父代。 (繼承來源 IElement) |
擴充方法
ToHandler(IElement, IMauiContext) |
表示顯示命令功能表的飛出視窗。 |
ToPlatform(IElement, IMauiContext) |
表示顯示命令功能表的飛出視窗。 |