PropertyValueEditorCommands.AbortTransaction Eigenschaft

Definition

Ruft den Befehl ab, den der Editor auslöst, um einen Versuch abzubrechen, einen Eigenschaftswert zu aktualisieren.

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

Eigenschaftswert

Dies RoutedCommand bricht eine Transaktion ab.

Hinweise

Wenn dieser Befehl ausgeführt wird, wenn keine geöffneten Transaktionen vorhanden sind, wird eine Ausnahme ausgelöst.

Gilt für: