共用方式為


FileDialogPermissionAttribute.Save 屬性

定義

取得或設定數值,表示是否宣告要經由檔案對話方塊儲存檔案的使用權限。

public:
 property bool Save { bool get(); void set(bool value); };
public bool Save { get; set; }
member this.Save : bool with get, set
Public Property Save As Boolean

屬性值

如果已宣告要經由檔案對話方塊儲存檔案的使用權限,則為 true,否則為 false

適用於