次の方法で共有


ShellContent クラス

定義

ShellSection に含まれる ContentPage に相当します。

public ref class ShellContent : Microsoft::Maui::Controls::BaseShellItem, Microsoft::Maui::Controls::IShellContentController, Microsoft::Maui::IVisualTreeElement
[Microsoft.Maui.Controls.ContentProperty("Content")]
public class ShellContent : Microsoft.Maui.Controls.BaseShellItem, Microsoft.Maui.Controls.IShellContentController, Microsoft.Maui.IVisualTreeElement
[Microsoft.Maui.Controls.ContentProperty("Content")]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ShellContent+ShellContentConverter))]
public class ShellContent : Microsoft.Maui.Controls.BaseShellItem, Microsoft.Maui.Controls.IShellContentController, Microsoft.Maui.IVisualTreeElement
[<Microsoft.Maui.Controls.ContentProperty("Content")>]
type ShellContent = class
    inherit BaseShellItem
    interface IShellContentController
    interface IElementController
    interface IVisualTreeElement
[<Microsoft.Maui.Controls.ContentProperty("Content")>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ShellContent+ShellContentConverter))>]
type ShellContent = class
    inherit BaseShellItem
    interface IShellContentController
    interface IElementController
    interface IVisualTreeElement
Public Class ShellContent
Inherits BaseShellItem
Implements IShellContentController, IVisualTreeElement
継承
継承
属性
実装

コンストラクター

ShellContent()

ShellSection に含まれる ContentPage に相当します。

フィールド

ContentProperty

Contentのバインド可能なプロパティ。

ContentTemplateProperty

ContentTemplateのバインド可能なプロパティ。

MenuItemsProperty

MenuItemsのバインド可能なプロパティ。

transientNamescope

ShellSection に含まれる ContentPage に相当します。

(継承元 Element)

プロパティ

AutomationId

自動化フレームワークがこの要素を見つけ、対話することを可能にする値を取得または設定します。

(継承元 Element)
BindingContext

この BindableObjectに属するバインドされたプロパティの対象となるプロパティを含むオブジェクトを取得または設定します。 これはバインド可能なプロパティです。

(継承元 BindableObject)
class

要素のスタイル クラスを取得または設定します。

(継承元 NavigableElement)
ClassId

意味的に同類の要素の集合を識別するために使用される値を取得または設定します。

(継承元 Element)
Content

Page を取得または設定します。

ContentTemplate

ShellContent がアクティブになったときに作成するデータ テンプレートを取得または設定します。

Dispatcher

このバインド可能なオブジェクトが作成されたときに使用可能だったディスパッチャーを取得します。それ以外の場合は、使用可能な最も近いディスパッチャー (おそらくウィンドウ/アプリ) を検索しようとします。

(継承元 BindableObject)
EffectControlProvider

.NET MAUI による内部使用の場合。

(継承元 Element)
Effects

実行時に要素に適用されるスタイルとプロパティを取得または設定します。

(継承元 Element)
FlyoutIcon

その項目に使用するアイコン。 このプロパティが設定されていない場合は、代わりに Icon プロパティ値が使われます。

(継承元 BaseShellItem)
FlyoutItemIsVisible

ShellSection に含まれる ContentPage に相当します。

(継承元 BaseShellItem)
Handler

この要素に関連付けられているハンドラーを取得または設定します。

(継承元 Element)
Icon

ポップアップではないクロムのパーツに表示するアイコンを定義します。

(継承元 BaseShellItem)
Id

アプリケーションの実行全体で要素を一意に識別するために使用できる値を取得します。

(継承元 Element)
IsChecked

ポップアップで現在項目を強調表示するかどうかを定義します。

(継承元 BaseShellItem)
IsEnabled

クロム内の項目を選択できるかどうかを定義します。

(継承元 BaseShellItem)
IsVisible

ShellSection に含まれる ContentPage に相当します。

(継承元 BaseShellItem)
LogicalChildren
古い.

ShellSection に含まれる ContentPage に相当します。

(継承元 Element)
MenuItems

ポップアップに MenuItem インスタンスを追加します。

Navigation

スタック ベースのナビゲーションを処理するオブジェクトを取得します。

(継承元 NavigableElement)
NavigationProxy

NavigationProxyへのNavigationのキャストを取得します。

(継承元 NavigableElement)
Parent

この要素の親 Element を取得または設定します。

(継承元 Element)
RealParent

.NET MAUI による内部使用の場合。

(継承元 Element)
Route

項目を処理するために使う文字列。

(継承元 BaseShellItem)
Style

この要素の一意の Style を取得または設定します。

(継承元 NavigableElement)
StyleClass

要素のスタイル クラスを取得または設定します。

(継承元 NavigableElement)
StyleId

要素を一意に識別するユーザー定義の値を取得または設定します。

(継承元 Element)
Title

UI に表示するタイトル。

(継承元 BaseShellItem)
Window

ShellSection に含まれる ContentPage に相当します。

(継承元 BaseShellItem)

メソッド

AddLogicalChild(Element)

論理子に Element を追加します。

(継承元 Element)
ApplyBindings()

現在のすべてのバインディングを BindingContextに適用します。

(継承元 BindableObject)
ClearLogicalChildren()

すべての子 Elementを削除します。

(継承元 Element)
ClearValue(BindableProperty)

バインド可能なプロパティに対して以前に設定されたすべての値をクリアします。

(継承元 BindableObject)
ClearValue(BindablePropertyKey)

バインド可能なプロパティに対して以前に設定された値をクリアします。その値は、そのキーで識別されます。

(継承元 BindableObject)
CoerceValue(BindableProperty)

指定したバインド可能なプロパティの値を強制します。 これを行うには、指定したバインド可能なプロパティの BindableProperty.CoerceValueDelegate を呼び出します。

(継承元 BindableObject)
CoerceValue(BindablePropertyKey)

指定したバインド可能なプロパティの値を強制します。 これを行うには、指定したバインド可能なプロパティの BindableProperty.CoerceValueDelegate を呼び出します。

(継承元 BindableObject)
EffectIsAttached(String)

.NET MAUI による内部使用の場合。

(継承元 Element)
FindByName(String)

指定した名前を持つ要素を返します。

(継承元 Element)
GetValue(BindableProperty)

指定されたバインド可能なプロパティに含まれる値を返します。

(継承元 BindableObject)
InsertLogicalChild(Int32, Element)

指定したインデックス位置にある論理子に Element を挿入します。

(継承元 Element)
IsSet(BindableProperty)

バインド可能なプロパティが存在し、値が設定されているかどうかを判断します。

(継承元 BindableObject)
OnAppearing()

ShellSection に含まれる ContentPage に相当します。

(継承元 BaseShellItem)
OnBindingContextChanged()

要素のバインディング コンテキストが変更されるたびに呼び出されます。 このイベントに対するクラス処理を追加するには、このメソッドを実装します。

(継承元 Element)
OnChildAdded(Element)

ShellSection に含まれる ContentPage に相当します。

OnChildRemoved(Element, Int32)

ShellSection に含まれる ContentPage に相当します。

OnDisappearing()

ShellSection に含まれる ContentPage に相当します。

(継承元 BaseShellItem)
OnHandlerChanged()

派生クラスでオーバーライドされた場合は、 HandlerChanged イベントを発生させる必要があります。

(継承元 Element)
OnHandlerChanging(HandlerChangingEventArgs)

派生クラスでオーバーライドされた場合は、 HandlerChanging イベントを発生させる必要があります。

(継承元 Element)
OnParentChanged()

派生クラスでオーバーライドされた場合は、 ParentChanged イベントを発生させる必要があります。

(継承元 Element)
OnParentChanging(ParentChangingEventArgs)

派生クラスでオーバーライドされた場合は、 ParentChanging イベントを発生させる必要があります。

(継承元 Element)
OnParentSet()

(内部) ParentSet イベントを発生させます。

(継承元 NavigableElement)
OnPropertyChanged(String)

ShellSection に含まれる ContentPage に相当します。

OnPropertyChanged(String)

ShellSection に含まれる ContentPage に相当します。

(継承元 BaseShellItem)
OnPropertyChanging(String)

PropertyChanging イベントを発生させます。

(継承元 BindableObject)
RemoveBinding(BindableProperty)

バインド可能なプロパティから、以前に設定したバインドを削除します。

(継承元 BindableObject)
RemoveDynamicResource(BindableProperty)

以前に設定した動的リソースを削除します。

(継承元 Element)
RemoveLogicalChild(Element)

論理子から特定の Element の最初の出現箇所を削除します。

(継承元 Element)
SetBinding(BindableProperty, BindingBase)

バインド可能なプロパティにバインドを割り当てます。

(継承元 BindableObject)
SetDynamicResource(BindableProperty, String)

指定したキーを使用して DynamicResource を使用して更新する、この要素の BindableProperty プロパティを設定します。

(継承元 Element)
SetValue(BindableProperty, Object)

指定したバインド可能なプロパティの値を設定します。

(継承元 BindableObject)
SetValue(BindablePropertyKey, Object)

指定したバインド可能なプロパティの値を設定します。

(継承元 BindableObject)
SetValueFromRenderer(BindableProperty, Object)

.NET MAUI による内部使用の場合。

(継承元 Element)
SetValueFromRenderer(BindablePropertyKey, Object)

.NET MAUI による内部使用の場合。

(継承元 Element)
UnapplyBindings()

現在のコンテキストから現在のすべてのバインドを削除します。

(継承元 BindableObject)

演算子

Implicit(TemplatedPage to ShellContent)

ShellSection に含まれる ContentPage に相当します。

イベント

Appearing

ShellSection に含まれる ContentPage に相当します。

(継承元 BaseShellItem)
BindingContextChanged

BindingContext プロパティの値が変化したときに発生します。

(継承元 BindableObject)
ChildAdded

子要素が要素に追加されるたびに発生します。

(継承元 Element)
ChildRemoved

子要素が要素から削除されるたびに発生します。

(継承元 Element)
DescendantAdded

子要素が要素のサブツリーに追加されるたびに発生します。

(継承元 Element)
DescendantRemoved

子要素が要素サブツリーから削除されるたびに発生します。

(継承元 Element)
Disappearing

ShellSection に含まれる ContentPage に相当します。

(継承元 BaseShellItem)
HandlerChanged

要素のハンドラーが変更されるたびに発生します。

(継承元 Element)
HandlerChanging

要素のハンドラーが変更を開始するたびに発生します。

(継承元 Element)
ParentChanged

要素の親が変更されるたびに発生します。

(継承元 Element)
ParentChanging

要素の変更が開始されるたびに発生します。

(継承元 Element)
PropertyChanged

プロパティ値が変更されたときに発生します。

(継承元 BindableObject)
PropertyChanging

プロパティ値が変更されるときに発生します。

(継承元 BindableObject)

明示的なインターフェイスの実装

IContextFlyoutElement.ContextFlyout

ビューの ContextFlyout を取得します。 メニュー ポップアップ、メニュー ポップアップ サブ項目、およびメニュー ポップアップ区切り記号をコンテキスト ポップアップに追加できます。

(継承元 Element)
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String)

ShellSection に含まれる ContentPage に相当します。

(継承元 BindableObject)
IEffectControlProvider.RegisterEffect(Effect)

指定した effect をこの要素に登録します。

(継承元 Element)
IElement.Parent

要素の親を取得します。

(継承元 Element)
IElementController.Descendants()

.NET MAUI による内部使用の場合。

(継承元 Element)
IElementController.LogicalChildren

.NET MAUI による内部使用の場合。

(継承元 Element)
IElementController.SetValueFromRenderer(BindableProperty, Object)

.NET MAUI による内部使用の場合。

(継承元 Element)
INameScope.RegisterName(String, Object)

.NET MAUI による内部使用の場合。

(継承元 Element)
INameScope.UnregisterName(String)

.NET MAUI による内部使用の場合。

(継承元 Element)
IShellContentController.GetOrCreateContent()

ShellSection に含まれる ContentPage に相当します。

IShellContentController.IsPageVisibleChanged

ShellSection に含まれる ContentPage に相当します。

IShellContentController.Page

ShellSection に含まれる ContentPage に相当します。

IShellContentController.RecyclePage(Page)

ShellSection に含まれる ContentPage に相当します。

IToolTipElement.ToolTip

ユーザーがビューにポインターを置いたときに、ビューの目的の簡単な説明を表示する小さな四角形のポップアップ ウィンドウを表します。

(継承元 Element)
IVisualTreeElement.GetVisualChildren()

要素のビジュアルの子の読み取り専用リストを取得します。

(継承元 Element)
IVisualTreeElement.GetVisualParent()

要素のビジュアルの親を取得します。

(継承元 Element)

拡張メソッド

GetPropertyIfSet<T>(BindableObject, BindableProperty, T)

ShellSection に含まれる ContentPage に相当します。

SetAppTheme<T>(BindableObject, BindableProperty, T, T)

ShellSection に含まれる ContentPage に相当します。

SetAppThemeColor(BindableObject, BindableProperty, Color, Color)

ShellSection に含まれる ContentPage に相当します。

SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String)

プロパティにバインドを作成し、適用します。

SetBinding<TSource,TProperty>(BindableObject, BindableProperty, Func<TSource,TProperty>, BindingMode, IValueConverter, Object, String, Object, Object, Object)

ソース オブジェクトのプロパティとターゲット オブジェクトのプロパティの間にバインディングを作成します。

FindByName<T>(Element, String)

ShellSection に含まれる ContentPage に相当します。

ToHandler(IElement, IMauiContext)

ShellSection に含まれる ContentPage に相当します。

ToPlatform(IElement, IMauiContext)

ShellSection に含まれる ContentPage に相当します。

GetVisualElementWindow(IVisualTreeElement)

要素が 1 つ内に含まれている場合は、Visual Tree 要素を含むウィンドウを取得します。

GetVisualTreeDescendants(IVisualTreeElement)

特定の Visual Tree 要素の子の一覧として子孫の階層全体を取得します。

GetVisualTreeElements(IVisualTreeElement, Point)

指定されたポイントに基づいて、ビジュアル ツリー要素の子の一覧を取得します。

GetVisualTreeElements(IVisualTreeElement, Rect)

四角形に基づくビジュアル ツリー要素の子の一覧を取得します。

GetVisualTreeElements(IVisualTreeElement, Double, Double, Double, Double)

ピクセルではなくプラットフォーム単位で指定された座標によって定義された四角形に基づいて、Visual Tree Elements の子の一覧を取得します。

GetVisualTreeElements(IVisualTreeElement, Double, Double)

指定された x、y ポイントに基づくビジュアル ツリー要素の子の一覧を取得します。

適用対象