Partager via


SelectionCommands.Clear, propriété

Obtient un RoutedCommand qui représente une demande d'effacement de la sélection existante.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : System.Windows.Input.RoutedCommand
Demande d'effacement de la sélection existante.

Sécurité .NET Framework

Voir aussi

Référence

SelectionCommands Classe

Microsoft.Windows.Design.Interaction, espace de noms

Selection

SelectionOperations

SelectionTool

EditingContext

CanExecute

Execute

Autres ressources

Architecture de l'extensibilité du Concepteur WPF