PropertyValueEditorCommands.CommitTransaction 属性
定义
获取编辑器引发的命令,该命令用于提交属性值更新。Gets the command that the editor raises to commit an update of a property value.
public:
static property System::Windows::Input::RoutedCommand ^ CommitTransaction { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand CommitTransaction { get; }
member this.CommitTransaction : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property CommitTransaction As RoutedCommand
属性值
用于提交事务的 RoutedCommand。The RoutedCommand that commits a transaction.
注解
如果在没有打开任何事务的情况下执行此命令,会引发异常。If this command is executed when there are not any open transactions, an exception is thrown.