次の方法で共有


SystemCommands.RestoreWindowCommand プロパティ

定義

ウィンドウを復元するコマンドを取得します。

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

プロパティ値

RoutedCommand

ウィンドウを復元するコマンド。

適用対象