Condividi tramite


PropertyValueEditorCommands.CommitTransaction Proprietà

Definizione

Ottiene il comando generato dall'editor per eseguire il commit 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; }
member this.CommitTransaction : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property CommitTransaction As RoutedCommand

Valore della proprietà

RoutedCommand

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