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

Vedere anche

Riferimenti

SelectionCommands Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Selection

SelectionOperations

SelectionTool

EditingContext

CanExecute

Execute

Altre risorse

Architettura di estensibilità di Progettazione WPF