ShellContent クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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) |
メソッド
演算子
| 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) |
|
| FindNextElement(ITabStopElement, Boolean, IDictionary<Int32,List<ITabStopElement>>, Int32) |
ShellSection に含まれる ContentPage に相当します。 |
| GetTabIndexesOnParentPage(ITabStopElement, Int32) |
ShellSection に含まれる ContentPage に相当します。 |