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입니다.

적용 대상