ControlDesigner.IsPropertyBound(String) Méthode

Définition

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 DataBindings propriété pour les fonctionnalités équivalentes du concepteur de contrôles.

S’applique à

Voir aussi