ApplicationCommands.Delete 屬性

定義

取得代表 Delete 指令的值。

public:
 static property System::Windows::Input::RoutedUICommand ^ Delete { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand Delete { get; }
static member Delete : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property Delete As RoutedUICommand

屬性值

命令。

預設值
關鍵手勢 德爾
使用者介面文字 刪除

備註

此指令表示意圖刪除該選取。

對於任何特定物件,該指令不一定有實作;在許多情況下,指令的實作由應用程式撰寫者負責。

XAML 屬性使用方式

<object property="Delete"/>

適用於

另請參閱