Partager via


PropertyContainer.DefaultPropertyValueEditor, propriété

Obtient ou définit l'PropertyValueEditor par défaut.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
PropertyValueEditor représentant l'éditeur de valeurs de propriété par défaut.

Informations sur les propriétés de dépendance

Champ d'identificateur

DefaultPropertyValueEditorProperty

Propriétés de métadonnées ayant la valeur true

Aucun

Notes

Cet éditeur est utilisé lorsque PropertyEntry ou Type ne définit pas explicitement son propre PropertyValueEditor et ne prend pas en charge StandardValues.

Sécurité .NET Framework

Voir aussi

Référence

PropertyContainer Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété

Vue d'ensemble des propriétés de dépendance