Partager via


DependencyPropertyValueSource.IsBinding, propriété

Obtient une valeur qui indique si cet objet DependencyPropertyValueSource représente une propriété liée.

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

Syntaxe

'Déclaration
Public ReadOnly Property IsBinding As Boolean
    Get
public bool IsBinding { get; }
public:
property bool IsBinding {
    bool get ();
}
member IsBinding : bool
function get IsBinding () : boolean

Valeur de propriété

Type : System.Boolean
true si cet objet représente une propriété liée ; 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é