FileStreamOptions.Options Eigenschaft

Definition

Eine bitweise Kombination der Enumerationswerte, die zusätzliche Dateioptionen angibt. Der Standardwert ist None, was die synchrone E/A-Vorgänge angibt.

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

Eigenschaftswert

Eine bitweise Kombination der FileOptions Enumerationsflags.

Ausnahmen

Wenn value einen ungültigen Wert enthält.

Gilt für: