共用方式為


BoundPropertyEntry.TwoWayBound 屬性

定義

取得或設定值,指出運算式是否繫結至允許插入、更新或刪除資料的控制項。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property bool TwoWayBound { bool get(); void set(bool value); };
public bool TwoWayBound { get; set; }
member this.TwoWayBound : bool with get, set
Public Property TwoWayBound As Boolean

屬性值

如果運算式繫結至允許插入、更新或刪除資料的控制項,則為 true,否則為 false

適用於