BindableProperty Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
BindableProperty est un magasin de stockage pour les propriétés autorisant les liaisons sur 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
- Héritage
-
BindableProperty
- Attributs
Champs
UnsetValue |
BindableProperty est un magasin de stockage pour les propriétés autorisant les liaisons sur BindableObject. |
Propriétés
DeclaringType |
Obtient le type qui déclare BindableProperty |
DefaultBindingMode |
Obtient le BindingMode par défaut. |
DefaultValue |
Obtient la valeur par défaut de BindableProperty. |
IsReadOnly |
Obtient une valeur indiquant si le BindableProperty est créé à partir d’un BindablePropertyKey. |
PropertyName |
Obtient le nom de la propriété. |
ReturnType |
Obtient le type de BindableProperty. |