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 |
|
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms
Autres ressources
Extensibilité du Concepteur WPF