TypedBinding<TSource,TProperty> 類別

定義

供平台轉譯器內部使用。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public sealed class TypedBinding<TSource,TProperty> : Xamarin.Forms.Internals.TypedBindingBase
type TypedBinding<'Source, 'Property> = class
    inherit TypedBindingBase

類型參數

TSource

供 Xamarin.Forms 平台內部使用。

TProperty

供 Xamarin.Forms 平台內部使用。

繼承
System.Object
TypedBinding<TSource,TProperty>
屬性
System.ComponentModel.EditorBrowsableAttribute

建構函式

TypedBinding<TSource,TProperty>(Func<TSource,TProperty>, Action<TSource,TProperty>, Tuple<Func<TSource,Object>,String>[])
已淘汰.

供平台轉譯器內部使用。

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

供 Xamarin.Forms 平台內部使用。

屬性

Converter

供平台轉譯器內部使用。

(繼承來源 TypedBindingBase)
ConverterParameter

供平台轉譯器內部使用。

(繼承來源 TypedBindingBase)
FallbackValue

如果不存在任何指定值,即取得或設定要使用的值來取代屬性的預設值。

(繼承來源 BindingBase)
Mode

取得或設定這個繫結的模式。

(繼承來源 BindingBase)
Source

供平台轉譯器內部使用。

(繼承來源 TypedBindingBase)
StringFormat

取得或設定這個繫結的字串格式。

(繼承來源 BindingBase)
TargetNullValue

當繫結的目標為 null 時,取得或設定要為繫結屬性提供的值。

(繼承來源 BindingBase)

方法

ThrowIfApplied()

如果已套用繫結,則擲回 System.InvalidOperationException

(繼承來源 BindingBase)

適用於