Proprietà DataContextValueSourceAttribute.DataContextValueSourceProperty

Ottiene il nome della proprietà che è l'origine del valore del contesto dati.

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

Sintassi

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

Valore proprietà

Tipo: System.String
Nome della proprietà che è l'origine del valore del contesto dati.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataContextValueSourceAttribute Classe

Spazio dei nomi Microsoft.Windows.Design

Altre risorse

Informazioni sull'estensibilità Progettazione WPF