Binding 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
單一 1:1 不可變的資料繫結。
public ref class Binding sealed : Microsoft::Maui::Controls::BindingBase
public sealed class Binding : Microsoft.Maui.Controls.BindingBase
type Binding = class
inherit BindingBase
Public NotInheritable Class Binding
Inherits BindingBase
- 繼承
備註
這個類別是不可變的。
建構函式
Binding() |
建構並初始化 Binding 類別的新執行個體。 |
Binding(String, BindingMode, IValueConverter, Object, String, Object) |
建構並初始化 Binding 類別的新執行個體。 |
欄位
DoNothing |
單一 1:1 不可變的資料繫結。 |
SelfPath |
單一 1:1 不可變的資料繫結。 |
屬性
Converter |
取得或設定要用於此繫結的轉換器? |
ConverterParameter |
取得或設定用作引數傳遞至轉換器的參數。 |
FallbackValue |
如果不存在任何指定值,即取得或設定要使用的值來取代屬性的預設值。 (繼承來源 BindingBase) |
Mode |
取得或設定這個繫結的模式。 (繼承來源 BindingBase) |
Path |
取得或設定屬性的路徑 |
Source |
取得或設定繫結的來源。 |
StringFormat |
取得或設定這個繫結的字串格式。 (繼承來源 BindingBase) |
TargetNullValue |
當繫結的目標為 |
UpdateSourceEventName |
供 Microsoft.Maui.Controls 平台內部使用。 |
方法
Create<TSource,TProperty>(Func<TSource,TProperty>, BindingMode, IValueConverter, Object, String, Object, Object, Object) |
已新增此 Factory 方法,以簡化從 Lambda getter 建立 TypedBindingBase 實例。 |
ThrowIfApplied() |
單一 1:1 不可變的資料繫結。 (繼承來源 BindingBase) |