Compartir a través de


PropertyEntry.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
Objeto PropertyValue primario.

Comentarios

Esta propiedad sólo se utiliza para las subpropiedades y su valor puede ser nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

PropertyEntry Clase

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

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades