ShellContent クラス

定義

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

[Xamarin.Forms.ContentProperty("Content")]
public class ShellContent : Xamarin.Forms.BaseShellItem, Xamarin.Forms.IShellContentController
type ShellContent = class
    inherit BaseShellItem
    interface IShellContentController
    interface IElementController
継承
属性
実装

コンストラクター

ShellContent()

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

フィールド

ContentProperty

Content フィールドのバッキング ストア。

ContentTemplateProperty

ContentTemplate フィールドのバッキング ストア。

MenuItemsProperty

MenuItems フィールドのバッキング ストア。

プロパティ

AutomationId

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

(継承元 Element)
BindingContext

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

(継承元 BindableObject)
class

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

(継承元 NavigableElement)
ClassId

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

(継承元 Element)
Content

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

ContentTemplate

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

Dispatcher

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

(継承元 BindableObject)
EffectControlProvider

Xamarin.Forms プラットフォームによる内部使用向け。

(継承元 Element)
Effects

この項目に適用される効果の一覧。

(継承元 Element)
FlyoutIcon

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

(継承元 BaseShellItem)
Icon

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

(継承元 BaseShellItem)
Id

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

(継承元 Element)
IsChecked

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

(継承元 BaseShellItem)
IsEnabled

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

(継承元 BaseShellItem)
IsTabStop

タブのナビゲーションに FlyoutItem を含めるかどうかを指定します。

(継承元 BaseShellItem)
IsVisible

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

(継承元 BaseShellItem)
LogicalChildren

Xamarin.Forms プラットフォームによる内部使用向け。

(継承元 Element)
MenuItems

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

Navigation

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

(継承元 NavigableElement)
NavigationProxy

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

(継承元 NavigableElement)
Parent

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

(継承元 Element)
ParentView
互換性のために残されています。

この要素の最も近い祖先 (すなわち VisualElement) である要素を取得します。

(継承元 Element)
Platform
互換性のために残されています。

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

(継承元 Element)
RealParent

Xamarin.Forms プラットフォームによる内部使用向け。

(継承元 Element)
Route

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

(継承元 BaseShellItem)
Style

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

(継承元 NavigableElement)
StyleClass

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

(継承元 NavigableElement)
StyleId

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

(継承元 Element)
TabIndex

ユーザーが Tab キーを押して項目間を移動するときに、フォーカスを受け取る FlyoutItem オブジェクトの順序を指定します。

(継承元 BaseShellItem)
Title

UI に表示するタイトル。

(継承元 BaseShellItem)

メソッド

ApplyBindings()

BindingContext にバインディングを適用します。

(継承元 BindableObject)
ClearValue(BindableProperty)

propertySetValue によって設定された値を消去します。

(継承元 BindableObject)
ClearValue(BindablePropertyKey)

propertyKey によって識別されるプロパティの SetValue によって設定される値を消去します。

(継承元 BindableObject)
CoerceValue(BindableProperty)

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

(継承元 BindableObject)
CoerceValue(BindablePropertyKey)

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

(継承元 BindableObject)
Descendants()

Xamarin.Forms プラットフォームによる内部使用向け。

(継承元 Element)
EffectIsAttached(String)

Xamarin.Forms プラットフォームによる内部使用向け。

(継承元 Element)
FindByName(String)

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

(継承元 Element)
GetValue(BindableProperty)

BindableProperty に含まれる値を返します。

(継承元 BindableObject)
GetValues(BindableProperty, BindableProperty)
互換性のために残されています。

Xamarin.Forms プラットフォームによる内部使用向け。

(継承元 BindableObject)
GetValues(BindableProperty, BindableProperty, BindableProperty)
互換性のために残されています。

Xamarin.Forms プラットフォームによる内部使用向け。

(継承元 BindableObject)
IsSet(BindableProperty)

ターゲット プロパティが存在し、設定されている場合、true を返します。

(継承元 BindableObject)
OnAppearing()

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

(継承元 BaseShellItem)
OnBindingContextChanged()

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

(継承元 Element)
OnChildAdded(Element)

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

OnChildRemoved(Element)
互換性のために残されています。

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

OnChildRemoved(Element, Int32)

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

OnDisappearing()

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

(継承元 BaseShellItem)
OnParentSet()

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

(継承元 NavigableElement)
OnPropertyChanged(String)

プロパティが変更されるたびに呼び出されます。

(継承元 BaseShellItem)
OnPropertyChanging(String)

子クラスからこのメソッドを呼び出し、プロパティで変更が行われることを通知します。

(継承元 BindableObject)
OnTabIndexPropertyChanged(Int32, Int32)

TabIndex プロパティが変更されるたびに呼び出されます。

(継承元 BaseShellItem)
OnTabStopPropertyChanged(Boolean, Boolean)

IsTabStop プロパティが変更されるたびに呼び出されます。

(継承元 BaseShellItem)
RemoveBinding(BindableProperty)

以前に設定されたバインディングを削除します。

(継承元 BindableObject)
RemoveDynamicResource(BindableProperty)

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

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

プロパティにバインディングを割り当てます。

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

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

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

指定したプロパティの値を設定します。

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

propertyKey の値を設定します。

(継承元 BindableObject)
SetValueCore(BindableProperty, Object, SetValueFlags)

Xamarin.Forms プラットフォームによる内部使用向け。

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

Xamarin.Forms プラットフォームによる内部使用向け。

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

Xamarin.Forms プラットフォームによる内部使用向け。

(継承元 Element)
TabIndexDefaultValueCreator()

TabIndex プロパティの既定値を設定するために呼び出されます。

(継承元 BaseShellItem)
TabStopDefaultValueCreator()

TabStop プロパティの既定値を設定するために呼び出されます。

(継承元 BaseShellItem)
UnapplyBindings()

以前に設定されたバインディングをすべて解除します。

(継承元 BindableObject)

演算子

Implicit(TemplatedPage to ShellContent)

主に、XAML によって ShellContent を使ってページを暗黙的にラップするときに使われます。

イベント

Appearing

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

(継承元 BaseShellItem)
BindingContextChanged

BindingContext プロパティが変更されるたびに発生します。

(継承元 BindableObject)
ChildAdded

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

(継承元 Element)
ChildRemoved

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

(継承元 Element)
DescendantAdded

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

(継承元 Element)
DescendantRemoved

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

(継承元 Element)
Disappearing

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

(継承元 BaseShellItem)
PlatformSet
互換性のために残されています。

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

(継承元 Element)
PropertyChanged

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

(継承元 BindableObject)
PropertyChanging

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

(継承元 BindableObject)

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

IDynamicResourceHandler.SetDynamicResource(BindableProperty, String)

Xamarin.Forms プラットフォームによる内部使用向け。

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

Xamarin.Forms プラットフォームによる内部使用向け。

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

内部使用のみ。

(継承元 Element)
IShellContentController.GetOrCreateContent()

Xamarin.Forms プラットフォームによる内部使用向け。

IShellContentController.IsPageVisibleChanged

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

IShellContentController.Page

Xamarin.Forms プラットフォームによる内部使用向け。

IShellContentController.RecyclePage(Page)

Xamarin.Forms プラットフォームによる内部使用向け。

拡張メソッド

GetPropertyIfSet<T>(BindableObject, BindableProperty, T)

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

SetAppThemeColor(BindableObject, BindableProperty, Color, Color)

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

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

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

SetBinding<TSource>(BindableObject, BindableProperty, Expression<Func<TSource,Object>>, BindingMode, IValueConverter, String)
互換性のために残されています。

式からバインドを作成し適用します。

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

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

FindByName<T>(Element, String)

element を含むスコープに name という名前を持つ型 T のインスタンスを返します。

FindNextElement(ITabStopElement, Boolean, IDictionary<Int32,List<ITabStopElement>>, Int32)

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

GetTabIndexesOnParentPage(ITabStopElement, Int32)

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

適用対象