ControlDesigner.IsPropertyBound(String) Methode

Definition

Achtung

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

Ruft einen Wert ab, der angibt, ob die angegebene Eigenschaft des zugeordneten Steuerelements datengebunden ist.

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

Parameter

propName
String

Die Eigenschaft, die auf Datenbindung überprüft werden soll.

Gibt zurück

Boolean

true, wenn die Eigenschaft datengebunden ist, andernfalls false.

Attribute

Hinweise

Hinweis

Die IsPropertyBound Methode ist veraltet. Verwenden Sie die Methode für die Contains DataBindings Eigenschaft für die entsprechende Steuerelement-Designer-Funktionalität.

Gilt für

Siehe auch