Share via


PropertyValue.ParentProperty, propriété

Obtient le parent de ce PropertyValue.

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

Syntaxe

'Déclaration
Public Overridable ReadOnly Property ParentProperty As PropertyEntry
    Get
public virtual PropertyEntry ParentProperty { get; }
public:
virtual property PropertyEntry^ ParentProperty {
    PropertyEntry^ get ();
}
abstract ParentProperty : PropertyEntry
override ParentProperty : PropertyEntry
function get ParentProperty () : PropertyEntry

Valeur de propriété

Type : Microsoft.Windows.Design.PropertyEditing.PropertyEntry
Parent de ce PropertyValue.

Notes

Le parent est défini dans le constructeur PropertyValue.

La classe PropertyValue représente la valeur sous-jacente d'une propriété. La classe PropertyEntry représente la propriété elle-même. PropertyEntry est le parent, tandis que PropertyValue est l'enfant.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValue Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

PropertyEntry

PropertyValueEditor

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété