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

適用対象