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

適用於