ControlDesigner.IsPropertyBound(String) Méthode
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.
Attention
The recommended alternative is DataBindings.Contains(string). The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202
Récupère une valeur indiquant si la propriété spécifiée sur le contrôle associé est liée aux données.
public:
bool IsPropertyBound(System::String ^ propName);
public bool IsPropertyBound (string propName);
[System.Obsolete("The recommended alternative is DataBindings.Contains(string). The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202")]
public bool IsPropertyBound (string propName);
member this.IsPropertyBound : string -> bool
[<System.Obsolete("The recommended alternative is DataBindings.Contains(string). The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.IsPropertyBound : string -> bool
Public Function IsPropertyBound (propName As String) As Boolean
Paramètres
- propName
- String
Propriété permettant de tester la liaison de données.
Retours
true
, si la propriété est liée aux données ; sinon, false
.
- Attributs
Remarques
Notes
La IsPropertyBound méthode est obsolète. Utilisez la Contains méthode sur la propriété pour une DataBindings fonctionnalité de concepteur de contrôles équivalente.