FileStreamOptions.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A bitwise combination of the enumeration values that specifies additional file options. The default value is None, which indicates synchronous 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
Property Value
A bitwise combination of the FileOptions enum flags.
Exceptions
When value
contains an invalid value.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.