PropertyValueEditorCommands.BeginTransaction, propriété
Obtient un RoutedCommand qui représente une demande pour lancer une nouvelle transaction associée à une modification de 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 BeginTransaction As RoutedCommand
Get
public static RoutedCommand BeginTransaction { get; }
public:
static property RoutedCommand^ BeginTransaction {
RoutedCommand^ get ();
}
static member BeginTransaction : RoutedCommand
static function get BeginTransaction () : RoutedCommand
Valeur de propriété
Type : System.Windows.Input.RoutedCommand
Demande pour lancer une nouvelle transaction associée à une modification de propriété.
Notes
L'action de modification de la propriété doit être encapsulée dans une transaction. L'utilisateur peut valider la modification, par exemple, en appuyant sur la touche ENTRÉE. Il peut également annuler la modification, par exemple, en appuyant sur la touche Échap.
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