BindingMetadata.IsBindingAllowed Propriété
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.
Obtient ou définit une valeur indiquant si la propriété peut être liée au modèle. Est ignoré si les métadonnées du modèle en cours de création ne représentent pas de propriété. Consultez IsBindingAllowed.
public:
property bool IsBindingAllowed { bool get(); void set(bool value); };
public bool IsBindingAllowed { get; set; }
member this.IsBindingAllowed : bool with get, set
Public Property IsBindingAllowed As Boolean