DataContextValueSourceAttribute.DataContextValueSourceProperty-Eigenschaft

Ruft den Namen der Eigenschaft ab, die die Quelle des Werts des Datenkontexts ist.

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

Syntax

'Declaration
Public Property DataContextValueSourceProperty As String
    Get
    Private Set
public string DataContextValueSourceProperty { get; private set; }
public:
property String^ DataContextValueSourceProperty {
    String^ get ();
    private: void set (String^ value);
}
member DataContextValueSourceProperty : string with get, private set
function get DataContextValueSourceProperty () : String
private function set DataContextValueSourceProperty (value : String)

Eigenschaftswert

Typ: System.String
Der Name der Eigenschaft, die die Quelle des Werts des Datenkontexts ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataContextValueSourceAttribute Klasse

Microsoft.Windows.Design-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit