FileStreamOptions.Share プロパティ

定義

プロセスでファイルを共有する方法を決定する列挙値のビットごとの組み合わせ。 既定値は Read です。

public:
 property System::IO::FileShare Share { System::IO::FileShare get(); void set(System::IO::FileShare value); };
public System.IO.FileShare Share { get; set; }
member this.Share : System.IO.FileShare with get, set
Public Property Share As FileShare

プロパティ値

FileShare列挙型フラグのビットごとの組み合わせ。

例外

value には無効な値が含まれています。

適用対象