共用方式為


FileDialogPermissionAttribute.Open 屬性

定義

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

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

屬性值

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

適用於