DependencyPropertyValueSource.Binding-Eigenschaft

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

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

Syntax

'Declaration
Public Shared ReadOnly Property Binding As DependencyPropertyValueSource
    Get
public static DependencyPropertyValueSource Binding { get; }
public:
static property DependencyPropertyValueSource^ Binding {
    DependencyPropertyValueSource^ get ();
}
static member Binding : DependencyPropertyValueSource
static function get Binding () : DependencyPropertyValueSource

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DependencyPropertyValueSource Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur