Compartir a través de


PropertyEntry (Constructor) (PropertyValue)

Inicializa una nueva instancia de la clase PropertyEntry que actúa como una subpropiedad del PropertyValue especificado.

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

Sintaxis

'Declaración
Protected Sub New ( _
    parentValue As PropertyValue _
)
protected PropertyEntry(
    PropertyValue parentValue
)
protected:
PropertyEntry(
    PropertyValue^ parentValue
)
new : 
        parentValue:PropertyValue -> PropertyEntry
protected function PropertyEntry(
    parentValue : PropertyValue
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

PropertyEntry Clase

PropertyEntry (Sobrecarga)

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

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades