共用方式為


PropertyValueEditorCommands.CommitTransaction 屬性

定義

取得編輯器所引發的命令,以認可屬性值的更新。

public:
 static property System::Windows::Input::RoutedCommand ^ CommitTransaction { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand CommitTransaction { get; }
static member CommitTransaction : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property CommitTransaction As RoutedCommand

屬性值

認可交易的 RoutedCommand

備註

如果在沒有任何開放交易時執行這個命令,就會擲回例外狀況。

適用於