PropertyValueEditorCommands.CommitTransaction Proprietà

Definizione

Ottiene il comando generato dall'editor per eseguire il commit di un aggiornamento di un valore della proprietà.

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

Valore della proprietà

Oggetto RoutedCommand che esegue il commit di una transazione.

Commenti

Se questo comando viene eseguito quando non sono presenti transazioni aperte, viene generata un'eccezione.

Si applica a