Proprietà PropertyValueCollection.ParentValue

Ottiene l'oggetto PropertyValue padre.

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

Sintassi

'Dichiarazione
Public ReadOnly Property ParentValue As PropertyValue
    Get
public PropertyValue ParentValue { get; }
public:
property PropertyValue^ ParentValue {
    PropertyValue^ get ();
}
member ParentValue : PropertyValue
function get ParentValue () : PropertyValue

Valore proprietà

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
Oggetto PropertyValue che rappresenta l'elemento padre.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValueCollection Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà