Compartir a través de


PropertyEntryCollection.ParentValue (Propiedad)

Obtiene el objeto PropertyValue primario.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

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

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
PropertyValue que representa el elemento primario.

Seguridad de .NET Framework

Vea también

Referencia

PropertyEntryCollection Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades