Condividi tramite


PropertyValueEditorCommands.AbortTransaction Proprietà

Definizione

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

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

Valore della proprietà

Oggetto RoutedCommand che interrompe una transazione.

Commenti

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

Si applica a