BindableTypeAttribute.IsBindable Propiedad

Definición

Obtiene un valor que indica que normalmente se usa un tipo para el enlace.

public:
 property bool IsBindable { bool get(); void set(bool value); };
public bool IsBindable { get; set; }
member this.IsBindable : bool with get, set
Public Property IsBindable As Boolean

Valor de propiedad

true si la propiedad se usa normalmente para el enlace; de lo contrario, false.

Se aplica a