次の方法で共有


TypedBindingBase クラス

定義

プラットフォーム レンダラーによる内部使用向け。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public abstract class TypedBindingBase : Xamarin.Forms.BindingBase
type TypedBindingBase = class
    inherit BindingBase
継承
System.Object
TypedBindingBase
派生
属性
System.ComponentModel.EditorBrowsableAttribute

プロパティ

Converter

プラットフォーム レンダラーによる内部使用向け。

ConverterParameter

プラットフォーム レンダラーによる内部使用向け。

FallbackValue

指定した値が存在しない場合に、プロパティの既定値の代わりに使用する値を取得または設定します。

(継承元 BindingBase)
Mode

このバインドのモードを取得または設定します。

(継承元 BindingBase)
Source

プラットフォーム レンダラーによる内部使用向け。

StringFormat

このバインドの文字列の形式を取得または設定します。

(継承元 BindingBase)
TargetNullValue

バインディングのターゲットが null である場合にバインドされたプロパティに指定する値を取得または設定します。

(継承元 BindingBase)

メソッド

ThrowIfApplied()

バインドが適用されると、System.InvalidOperationException がスローされます。

(継承元 BindingBase)

適用対象