FileStreamOptions.Options Eigenschaft

Definition

Eine bitweise Kombination der Enumerationswerte, die zusätzliche Dateioptionen angibt. Der Standardwert ist None, der synchrone IO 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

FileOptions

Eine bitweise Kombination der FileOptions Enumerationskennzeichnungen.

Ausnahmen

Wenn value ein ungültiger Wert enthalten ist.

Gilt für: