BindableProperty 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
BindableProperty는 BindableObject의 바인딩을 허용하는 속성에 대한 백업 저장소입니다.
[System.Diagnostics.DebuggerDisplay("{PropertyName}")]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.BindablePropertyConverter))]
public sealed class BindableProperty
type BindableProperty = class
- 상속
-
System.ObjectBindableProperty
- 특성
-
System.Diagnostics.DebuggerDisplayAttribute TypeConverterAttribute
필드
UnsetValue |
BindableProperty는 BindableObject의 바인딩을 허용하는 속성에 대한 백업 저장소입니다. |
속성
DeclaringType |
BindableProperty를 선언하는 형식을 가져옵니다. |
DefaultBindingMode |
기본 BindingMode를 가져옵니다. |
DefaultValue |
BindableProperty에 대한 기본값을 가져옵니다. |
IsReadOnly |
BindableProperty가 BindablePropertyKey에서 생성되는지 여부를 나타내는 값을 가져옵니다. |
PropertyName |
속성 이름을 가져옵니다. |
ReturnType |
BindableProperty의 형식을 가져옵니다. |