BindableProperty 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
BindableProperty 是在 BindableObject 上允許繫結的屬性備份存放區。
public ref class BindableProperty sealed
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.BindablePropertyConverter))]
public sealed class BindableProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.BindablePropertyConverter))>]
type BindableProperty = class
Public NotInheritable Class BindableProperty
- 繼承
-
BindableProperty
- 屬性
欄位
UnsetValue |
BindableProperty 是在 BindableObject 上允許繫結的屬性備份存放區。 |
屬性
DeclaringType |
取得宣告 BindableProperty 的類型 |
DefaultBindingMode |
取得預設 BindingMode。 |
DefaultValue |
取得 BindableProperty 的預設值。 |
IsReadOnly |
取得值,該值指出 BindableProperty 是否從 BindablePropertyKey 建立。 |
PropertyName |
取得屬性名稱。 |
ReturnType |
取得 BindableProperty 的類型。 |