Compartir a través de


PropertyContainer.DefaultPropertyValueEditor (Propiedad)

Obtiene o establece el objeto PropertyValueEditor predeterminado.

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

Sintaxis

'Declaración
Public Property DefaultPropertyValueEditor As PropertyValueEditor
    Get
    Set
public PropertyValueEditor DefaultPropertyValueEditor { get; set; }
public:
property PropertyValueEditor^ DefaultPropertyValueEditor {
    PropertyValueEditor^ get ();
    void set (PropertyValueEditor^ value);
}
member DefaultPropertyValueEditor : PropertyValueEditor with get, set
function get DefaultPropertyValueEditor () : PropertyValueEditor
function set DefaultPropertyValueEditor (value : PropertyValueEditor)

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
PropertyValueEditor que representa el editor de valores de propiedad predeterminado.

Información sobre propiedades de dependencia

Campo de identificador

DefaultPropertyValueEditorProperty

Propiedades de metadatos establecidas en true.

Ninguno

Comentarios

Se utiliza este editor cuando PropertyEntry o Type no define explícitamente su propio PropertyValueEditor y no admite StandardValues.

Seguridad de .NET Framework

Vea también

Referencia

PropertyContainer Clase

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

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades

Información general sobre las propiedades de dependencia