PropertyValueEditorCommands.ShowInlineEditor, propriété
Obtient un RoutedCommand qui représente une demande d'affichage d'un éditeur inline pour une propriété.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property ShowInlineEditor As RoutedCommand
Get
public static RoutedCommand ShowInlineEditor { get; }
public:
static property RoutedCommand^ ShowInlineEditor {
RoutedCommand^ get ();
}
static member ShowInlineEditor : RoutedCommand
static function get ShowInlineEditor () : RoutedCommand
Valeur de propriété
Type : System.Windows.Input.RoutedCommand
Demande d'affichage d'un éditeur inline pour une propriété.
Notes
La fenêtre de propriété doit prendre en charge l'utilisateur avec les différents modes d'édition d'une propriété, le cas échéant. La fenêtre de propriété doit prendre en charge les éditeurs inline. Par exemple, l'éditeur de propriétés Margin est un éditeur inline où l'utilisateur tape directement la valeur de la propriété dans la ligne correspondante.
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
PropertyValueEditorCommands Classe
Microsoft.Windows.Design.PropertyEditing, espace de noms