Proprietà DesignerCommands.Cancel
Ottiene un comando che annulla l'operazione corrente.
Spazio dei nomi: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property Cancel As RoutedCommand
Get
public static RoutedCommand Cancel { get; }
public:
static property RoutedCommand^ Cancel {
RoutedCommand^ get ();
}
static member Cancel : RoutedCommand
static function get Cancel () : RoutedCommand
Valore proprietà
Tipo: System.Windows.Input.RoutedCommand
Comando che annulla l'operazione corrente.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Interaction