PropertyContainer.DefaultStandardValuesPropertyValueEditor, propriété
Obtient ou définit l'éditeur de valeurs standard 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 DefaultStandardValuesPropertyValueEditor As PropertyValueEditor
Get
Set
public PropertyValueEditor DefaultStandardValuesPropertyValueEditor { get; set; }
public:
property PropertyValueEditor^ DefaultStandardValuesPropertyValueEditor {
PropertyValueEditor^ get ();
void set (PropertyValueEditor^ value);
}
member DefaultStandardValuesPropertyValueEditor : PropertyValueEditor with get, set
function get DefaultStandardValuesPropertyValueEditor () : PropertyValueEditor
function set DefaultStandardValuesPropertyValueEditor (value : PropertyValueEditor)
Valeur de propriété
Type : Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
PropertyValueEditor qui représente l'éditeur de valeurs standard 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é lorsqu'un PropertyEntry prend en charge StandardValues (énumération ou par le biais d'un TypeConverter) et aucun PropertyValueEditor n'est défini explicitement pour PropertyEntry ou Type.
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