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 |
要素のビュー ハンドラーを取得または設定します。 (継承元 IElement) |
Parent |
要素の親を取得します。 (継承元 IElement) |
拡張メソッド
ToHandler(IElement, IMauiContext) |
コマンドのメニューを表示するポップアップを表します。 |
ToPlatform(IElement, IMauiContext) |
コマンドのメニューを表示するポップアップを表します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI