ControlDesigner.IsPropertyBound(String) Método

Definição

Atenção

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 um valor que indica se a propriedade especificada no controlo associado está ligada a dados.

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

Parâmetros

propName
String

A propriedade para testar a ligação de dados.

Devoluções

true, se a propriedade for limitada por dados; caso contrário, false.

Atributos

Observações

Note

O IsPropertyBound método está obsoleto. Use o Contains método na DataBindings propriedade para uma funcionalidade equivalente de designer de controlo.

Aplica-se a

Ver também