BindableSupport 열거형
정의
속성이 데이터 요소 또는 다른 속성에 바인딩할 수 있는 속성인지 여부를 나타내는 값을 지정합니다.Specifies values to indicate whether a property can be bound to a data element or another property.
public enum class BindableSupport
public enum BindableSupport
type BindableSupport =
Public Enum BindableSupport
- 상속
필드
Default | 2 | 이 속성은 기본값으로 설정되어 있습니다.The property is set to the default. |
No | 0 | 이 속성은 디자인 타임에 바인딩할 수 없습니다.The property is not bindable at design time. |
Yes | 1 | 이 속성은 디자인 타임에 바인딩할 수 있습니다.The property is bindable at design time. |
예제
사용 하는 방법의 예는 BindableSupport 속성을 바인딩할 수 있는지 여부를 나타내는 열거형의 샘플 코드를 참조 하세요. BindableAttribute.BindableAttribute합니다.For an example on how to use the BindableSupport enumeration to indicate whether a property can be bound, see the sample code in BindableAttribute.BindableAttribute.
설명
이 클래스는 비주얼 디자이너에서 데이터 바인딩을 사용할 수 있는 속성을 제공 해야 하는지 여부를 나타내는 디자인 타임에 사용 됩니다.This class is used at design time to indicate whether a designer should offer a property as available for data binding in a visual designer. 이 클래스 속성에는 런타임에 바인딩된 데이터 수 있는지 여부를 영향을 주지 않습니다.This class does not affect whether the property can be data bound at runtime.