Sdílet prostřednictvím


DependencyPropertyValueSource.Binding – vlastnost

Získává DependencyPropertyValueSource objekt, který představuje vázaný vlastnost.

Obor názvů:  Microsoft.Windows.Design.PropertyEditing
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource objekt, který představuje vázaný vlastnost.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DependencyPropertyValueSource Třída

Microsoft.Windows.Design.PropertyEditing – obor názvů

Další zdroje

WPF Designer Extensibility

Property Editing Architecture