Compartir a través de


PropertyEntry.PropertyValue (Propiedad)

Obtiene el (modelo de datos) PropertyValue para PropertyEntry.

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

Sintaxis

'Declaración
Public Overridable ReadOnly Property PropertyValue As PropertyValue
    Get
public virtual PropertyValue PropertyValue { get; }
public:
virtual property PropertyValue^ PropertyValue {
    PropertyValue^ get ();
}
abstract PropertyValue : PropertyValue
override PropertyValue : PropertyValue
function get PropertyValue () : PropertyValue

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
PropertyValue para PropertyEntry.

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