Compartilhar via


Propriedade SelectionCommands.Clear

Obtém um RoutedCommand que representa uma solicitação para desmarcar a seleção existente.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: System.Windows.Input.RoutedCommand
Uma solicitação para limpar a seleção existente.

Segurança do .NET Framework

Consulte também

Referência

SelectionCommands Classe

Namespace Microsoft.Windows.Design.Interaction

Selection

SelectionOperations

SelectionTool

EditingContext

CanExecute

Execute

Outros recursos

Arquitetura de extensibilidade Designer WPF