FileIOPermissionAttribute.ViewAndModify 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定可以在其中檢視和修改檔案資料的檔案或目錄。
public:
property System::String ^ ViewAndModify { System::String ^ get(); void set(System::String ^ value); };
public string ViewAndModify { get; set; }
member this.ViewAndModify : string with get, set
Public Property ViewAndModify As String
屬性值
可以在其中檢視和修改檔案資料之檔案或目錄的絕對路徑。
例外狀況
呼叫了 get
存取子。 這個存取子是針對 C# 編譯器相容性而提供。
備註
這個屬性會設定 Append PathDiscovery 單一檔案或目錄的、、 Read 和 Write 屬性。 使用其他 FileIOPermissionAttribute 屬性來指定其他檔案和目錄。 存取權限僅適用于檔案資料;它們不包含存取控制屬性 ViewAccessControl 和 ChangeAccessControl 。
注意
get
針對 c # 編譯器相容性提供存取子。 C # 編譯器要求屬性屬性必須是讀取/寫入。