次の方法で共有


TypedBinding<TSource,TProperty> クラス

定義

generic <typename TSource, typename TProperty>
public ref class TypedBinding sealed : Microsoft::Maui::Controls::Internals::TypedBindingBase
public sealed class TypedBinding<TSource,TProperty> : Microsoft.Maui.Controls.Internals.TypedBindingBase
type TypedBinding<'Source, 'Property> = class
    inherit TypedBindingBase
Public NotInheritable Class TypedBinding(Of TSource, TProperty)
Inherits TypedBindingBase

型パラメーター

TSource
TProperty
継承
TypedBinding<TSource,TProperty>

コンストラクター

TypedBinding<TSource,TProperty>(Func<TSource,ValueTuple<TProperty,Boolean>>, Action<TSource,TProperty>, Tuple<Func<TSource,Object>,String>[])

プロパティ

Converter

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

(継承元 TypedBindingBase)
ConverterParameter

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

(継承元 TypedBindingBase)
FallbackValue

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

(継承元 BindingBase)
Mode

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

(継承元 BindingBase)
Source

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

(継承元 TypedBindingBase)
StringFormat

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

(継承元 BindingBase)
TargetNullValue

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

(継承元 BindingBase)

メソッド

ThrowIfApplied() (継承元 BindingBase)

適用対象