ControlDesigner.IsPropertyBound(String) Metodo

Definizione

Attenzione

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

Recupera un valore che indica se la proprietà specificata sul controllo associato prevede l'associazione a dati.

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

Parametri

propName
String

Proprietà da verificare per l'associazione dati.

Restituisce

true se la proprietà prevede l'associazione a dati; in caso contrario, false.

Attributi

Commenti

Nota

Il IsPropertyBound metodo è obsoleto. Utilizzare il Contains metodo nella DataBindings proprietà per la funzionalità di progettazione controlli equivalente.

Si applica a

Vedi anche