Partager via


DataContextValueSourceAttribute.AncestorPath, propriété

Obtient le chemin d'accès de propriété qui indique le jeu de propriétés ancêtres à parcourir pour atteindre la propriété de 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 AncestorPath As String
    Get
    Private Set
public string AncestorPath { get; private set; }
public:
property String^ AncestorPath {
    String^ get ();
    private: void set (String^ value);
}
member AncestorPath : string with get, private set
function get AncestorPath () : String
private function set AncestorPath (value : String)

Valeur de propriété

Type : System.String
Chemin d'accès de la propriété de contexte de données.

Notes

Pour plus d'informations, consultez DataContextValueSourceAttribute.

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