PropertyValueEditorCommands.BeginTransaction 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取编辑器引发的命令,该命令用于开始尝试更新属性值。
public:
static property System::Windows::Input::RoutedCommand ^ BeginTransaction { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand BeginTransaction { get; }
member this.BeginTransaction : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property BeginTransaction As RoutedCommand
属性值
用于开始事务的 RoutedCommand。