Partager via


DependencyPropertyValueSource.DataBound, propriété

Remarque : cette API est maintenant obsolète. L'alternative non obsolète est Binding.

Obtient un objet DependencyPropertyValueSource qui représente une propriété liée aux données.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
<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

Valeur de propriété

Type : Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Objet DependencyPropertyValueSource qui représente une propriété liée aux données.

Sécurité .NET Framework

Voir aussi

Référence

DependencyPropertyValueSource Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété