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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DataContextValueSourceAttribute Classe
Microsoft.Windows.Design, espace de noms