DependencyPropertyValueSource.DataBound-Eigenschaft

Hinweis: Diese API ist mittlerweile veraltet. Die nicht veraltete Alternative ist Binding.

Ruft ein DependencyPropertyValueSource-Objekt ab, das eine datengebundene Eigenschaft darstellt.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
<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

Eigenschaftswert

Typ: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Ein DependencyPropertyValueSource-Objekt, das eine datengebundene Eigenschaft darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

DependencyPropertyValueSource Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur