Proprietà DataContextValueSourceAttribute.AncestorPath

Ottiene il percorso della proprietà che indica il set di proprietà predecessore da attraversare per raggiungere la proprietà del contesto dati.

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

Sintassi

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

Valore proprietà

Tipo: System.String
Percorso della proprietà del contesto dati.

Note

Per ulteriori informazioni, vedere DataContextValueSourceAttribute.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataContextValueSourceAttribute Classe

Spazio dei nomi Microsoft.Windows.Design

Altre risorse

Informazioni sull'estensibilità Progettazione WPF