Compartir a través de


DependencyPropertyValueSource.IsDataBound (Propiedad)

Nota: esta API ya está obsoleta. La alternativa no obsoleta es IsBinding.

Obtiene un valor que indica si este objeto DependencyPropertyValueSource representa una propiedad enlazada a datos.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("Use DependencyPropertyValueSource.IsBinding instead")> _
Public ReadOnly Property IsDataBound As Boolean
    Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.IsBinding instead")]
public bool IsDataBound { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.IsBinding instead")]
public:
property bool IsDataBound {
    bool get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.IsBinding instead")>]
member IsDataBound : bool
function get IsDataBound () : boolean

Valor de propiedad

Tipo: System.Boolean
true si este objeto representa una propiedad enlazada a datos; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

DependencyPropertyValueSource Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades