次の方法で共有


BackButtonBehavior クラス

定義

シェル アプリケーションの [戻る] ボタンに関連付けられた動作を指定する BindableObject

public ref class BackButtonBehavior : Microsoft::Maui::Controls::BindableObject
public class BackButtonBehavior : Microsoft.Maui.Controls.BindableObject
type BackButtonBehavior = class
    inherit BindableObject
Public Class BackButtonBehavior
Inherits BindableObject
継承
BackButtonBehavior

コンストラクター

BackButtonBehavior()

シェル アプリケーションの [戻る] ボタンに関連付けられた動作を指定する BindableObject

フィールド

CommandParameterProperty

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

CommandProperty

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

IconOverrideProperty

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

IsEnabledProperty

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

IsVisibleProperty

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

TextOverrideProperty

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

プロパティ

BindingContext

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

(継承元 BindableObject)
Command

シェル アプリケーションの [戻る] ボタンに関連付けられた動作を指定する BindableObject

CommandParameter

シェル アプリケーションの [戻る] ボタンに関連付けられた動作を指定する BindableObject

Dispatcher

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

(継承元 BindableObject)
IconOverride

シェル アプリケーションの [戻る] ボタンに関連付けられた動作を指定する BindableObject

IsEnabled

シェル アプリケーションの [戻る] ボタンに関連付けられた動作を指定する BindableObject

IsVisible

シェル アプリケーションの [戻る] ボタンに関連付けられた動作を指定する BindableObject

TextOverride

シェル アプリケーションの [戻る] ボタンに関連付けられた動作を指定する BindableObject

メソッド

ApplyBindings()

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

(継承元 BindableObject)
ClearValue(BindableProperty)

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

(継承元 BindableObject)
ClearValue(BindablePropertyKey)

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

(継承元 BindableObject)
CoerceValue(BindableProperty)

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

(継承元 BindableObject)
CoerceValue(BindablePropertyKey)

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

(継承元 BindableObject)
GetValue(BindableProperty)

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

(継承元 BindableObject)
IsSet(BindableProperty)

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

(継承元 BindableObject)
OnBindingContextChanged()

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

(継承元 BindableObject)
OnPropertyChanged(String)

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

(継承元 BindableObject)
OnPropertyChanging(String)

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

(継承元 BindableObject)
RemoveBinding(BindableProperty)

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

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

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

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

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

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

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

(継承元 BindableObject)
UnapplyBindings()

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

(継承元 BindableObject)

イベント

BindingContextChanged

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

(継承元 BindableObject)
PropertyChanged

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

(継承元 BindableObject)
PropertyChanging

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

(継承元 BindableObject)

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

IDynamicResourceHandler.SetDynamicResource(BindableProperty, String)

シェル アプリケーションの [戻る] ボタンに関連付けられた動作を指定する BindableObject

(継承元 BindableObject)

拡張メソッド

GetPropertyIfSet<T>(BindableObject, BindableProperty, T)

シェル アプリケーションの [戻る] ボタンに関連付けられた動作を指定する BindableObject

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

シェル アプリケーションの [戻る] ボタンに関連付けられた動作を指定する BindableObject

SetAppThemeColor(BindableObject, BindableProperty, Color, Color)

シェル アプリケーションの [戻る] ボタンに関連付けられた動作を指定する BindableObject

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

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

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

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

適用対象