ApplicationCommands.Properties 屬性

定義

取得代表 Properties 指令的值。

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

屬性值

命令。

預設值
關鍵手勢 F4
使用者介面文字 屬性

備註

此指令表示意圖開啟屬性對話框。

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

XAML 屬性使用方式

<object property="Properties"/>

適用於

另請參閱