Partager via


DependencyPropertyValueSource.IsDataBound, propriété

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

Obtient une valeur qui indique si cet objet DependencyPropertyValueSource 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.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

Valeur de propriété

Type : System.Boolean
true si cet objet représente une propriété liée aux données ; sinon, false.

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é