Proprietà DependencyPropertyValueSource.IsDataBound

Nota: questa API è ora obsoleta. L'alternativa compatibile non obsoleta è IsBinding.

Ottiene un valore che indica se DependencyPropertyValueSource rappresenta una proprietà associata a dati.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true se l'oggetto rappresenta una proprietà associata a dati; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DependencyPropertyValueSource Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà