共用方式為


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)

適用於