BindableTypeAttribute.IsBindable 屬性

定義

會得到一個值,表示某類型通常用於綁定。

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

屬性值

true如果該性質通常用於綁定;否則,。 false

適用於