Compartir a través de


PropertyEntry.CreatePropertyValueInstance (Método)

Cuando se invalida en una clase derivada, lo utiliza la infraestructura del host para crear una nueva instancia de PropertyValue específica del host.

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

Sintaxis

'Declaración
Protected MustOverride Function CreatePropertyValueInstance As PropertyValue
protected abstract PropertyValue CreatePropertyValueInstance()
protected:
virtual PropertyValue^ CreatePropertyValueInstance() abstract
abstract CreatePropertyValueInstance : unit -> PropertyValue 
protected abstract function CreatePropertyValueInstance() : PropertyValue

Valor devuelto

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
Nueva instancia de PropertyValue.

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