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

적용 대상