Compartir a través de


DependencyPropertyValueSource.DataBound (Propiedad)

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

Obtiene un objeto DependencyPropertyValueSource que 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.Binding instead")> _
Public Shared ReadOnly Property DataBound As DependencyPropertyValueSource
    Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.Binding instead")]
public static DependencyPropertyValueSource DataBound { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.Binding instead")]
public:
static property DependencyPropertyValueSource^ DataBound {
    DependencyPropertyValueSource^ get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.Binding instead")>]
static member DataBound : DependencyPropertyValueSource
static function get DataBound () : DependencyPropertyValueSource

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Un objeto DependencyPropertyValueSource que representa una propiedad enlazada a datos.

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