Udostępnij za pośrednictwem


ControlDesigner.IsPropertyBound(String) Metoda

Definicja

Przestroga

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

Pobiera wartość wskazującą, czy określona właściwość skojarzonej kontrolki jest powiązana z danymi.

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

Parametry

propName
String

Właściwość do testowania powiązania danych.

Zwraca

true, jeśli właściwość jest powiązana z danymi; w przeciwnym razie , false.

Atrybuty

Uwagi

Uwaga

Metoda IsPropertyBound jest przestarzała. Contains Użyj metody we DataBindings właściwości, aby uzyskać równoważną funkcjonalność projektanta kontrolek.

Dotyczy

Zobacz też