Compartilhar via


Propriedade PropertyContainer.DefaultPropertyValueEditor

Obtém ou define o padrão PropertyValueEditor.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
A PropertyValueEditor que representa o padrão valor da propriedade editor.

Informações sobre propriedade de dependência

Campo identificador

DefaultPropertyValueEditorProperty

Propriedades de metadados definidas comotrue

None

Comentários

Este editor é usado quando o PropertyEntry ou Type não explicitamente definir seu próprio PropertyValueEditor e não oferece suporte a StandardValues.

Segurança do .NET Framework

Consulte também

Referência

PropertyContainer Classe

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura

Visão geral sobre propriedades de dependência