다음을 통해 공유


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 이 잘못된 값을 포함하는 경우

적용 대상