Proprietà SelectionCommands.Clear
Ottiene un oggetto RoutedCommand che rappresenta una richiesta di deselezione della selezione esistente.
Spazio dei nomi: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property Clear As RoutedCommand
Get
public static RoutedCommand Clear { get; }
public:
static property RoutedCommand^ Clear {
RoutedCommand^ get ();
}
static member Clear : RoutedCommand
static function get Clear () : RoutedCommand
Valore proprietà
Tipo: System.Windows.Input.RoutedCommand
Richiesta di deselezione della selezione esistente.
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