ApplicationCommands.SaveAs 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得代表 Save As 命令的值。
public:
static property System::Windows::Input::RoutedUICommand ^ SaveAs { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand SaveAs { get; }
static member SaveAs : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property SaveAs As RoutedUICommand
屬性值
命令。
預設值 | |
---|---|
按鍵動作 | 未定義動作。 |
UI 文字 | 另存新檔 |
備註
此命令表示想要開啟 [另存新檔] 對話框。
在任何指定的物件上,命令不一定有實作;在許多情況下,命令的實作是應用程式寫入器的責任。
XAML Attribute Usage
<object property="SaveAs"/>