ControlDesigner.IsPropertyBound(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 proprietà per la DataBindings funzionalità di Progettazione controlli equivalente.