Partager via


DataContextValueSourceAttribute.DataContextValueSourceProperty, propriété

Obtient le nom de la propriété qui est la source de la valeur du contexte de données.

Espace de noms :  Microsoft.Windows.Design
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
Nom de la propriété qui est la source de la valeur du contexte de données.

Sécurité .NET Framework

Voir aussi

Référence

DataContextValueSourceAttribute Classe

Microsoft.Windows.Design, espace de noms

Autres ressources

Fonctionnement de l'extensibilité du Concepteur WPF