次の方法で共有


ITitledElement インターフェイス

定義

ナビゲーション ビューで使用されるタイトル コンテンツを表します。

public interface class ITitledElement : Microsoft::Maui::IElement
public interface ITitledElement : Microsoft.Maui.IElement
type ITitledElement = interface
    interface IElement
Public Interface ITitledElement
Implements IElement
派生
実装

プロパティ

Handler

要素のビュー ハンドラーを取得または設定します。

(継承元 IElement)
Parent

要素の親を取得します。

(継承元 IElement)
Title

この要素のタイトルを取得します。

拡張メソッド

ToHandler(IElement, IMauiContext)

ナビゲーション ビューで使用されるタイトル コンテンツを表します。

ToPlatform(IElement, IMauiContext)

ナビゲーション ビューで使用されるタイトル コンテンツを表します。

適用対象