Sdílet prostřednictvím


SelectionCommands.Clear-Eigenschaft

Aktualisiert: November 2007

Ruft einen RoutedCommand ab, der eine Anforderung darstellt, die vorhandene Auswahl aufzuheben.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Clear As RoutedCommand
'Usage
Dim value As RoutedCommand

value = SelectionCommands.Clear
public static RoutedCommand Clear { get; }
public:
static property RoutedCommand^ Clear {
    RoutedCommand^ get ();
}
public static function get Clear () : RoutedCommand

Eigenschaftenwert

Typ: System.Windows.Input.RoutedCommand

Eine Anforderung, die vorhandene Auswahl aufzuheben.

Berechtigungen

Siehe auch

Referenz

SelectionCommands-Klasse

SelectionCommands-Member

Microsoft.Windows.Design.Interaction-Namespace

Selection

SelectionOperations

SelectionTool

EditingContext

CanExecute

Execute

Weitere Ressourcen

Erweiterbare Architektur des WPF-Designers