ControlDesigner.IsPropertyBound(String) Yöntem

Tanım

Dikkat

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

İlişkili denetimde belirtilen özelliğin veriye bağlı olup olmadığını belirten bir değer alır.

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

Parametreler

propName
String

Veri bağlama için test etmek için özellik.

Döndürülenler

Boolean

true, özellik veriye bağlıysa; aksi takdirde , false.

Öznitelikler

Açıklamalar

Not

IsPropertyBound yöntemi kullanımdan kaldırıldı. Contains Eşdeğer denetim tasarımcısı işlevselliği için özelliğinde DataBindings yöntemini kullanın.

Şunlara uygulanır

Ayrıca bkz.