FileStreamOptions.Options 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉值的位元組合,其指定其他的檔案選項。 預設值為 None,表示同步IO。
public:
property System::IO::FileOptions Options { System::IO::FileOptions get(); void set(System::IO::FileOptions value); };
public System.IO.FileOptions Options { get; set; }
member this.Options : System.IO.FileOptions with get, set
Public Property Options As FileOptions
屬性值
列舉旗標的 FileOptions 位元組合。
例外狀況
當包含無效的值時 value
。