IsolatedWindowsEnvironmentShareFileRequestOptions.AllowWrite Eigenschaft

Definition

Veraltet. Bestimmt, ob Anwendungen, die in der isolierten Windows-Umgebung ausgeführt werden, Daten in diese freigegebene Datei/den freigegebenen Ordner schreiben können.

public:
 property bool AllowWrite { bool get(); void set(bool value); };
bool AllowWrite();

void AllowWrite(bool value);
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFileRequestOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFileRequestOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
bool AllowWrite();

void AllowWrite(bool value);
public bool AllowWrite { get; set; }
public bool AllowWrite { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFileRequestOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFileRequestOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] set; }
var boolean = isolatedWindowsEnvironmentShareFileRequestOptions.allowWrite;
isolatedWindowsEnvironmentShareFileRequestOptions.allowWrite = boolean;
Public Property AllowWrite As Boolean

Eigenschaftswert

Boolean

bool

Boolean

Attribute

Hinweise

Warnung

Dies ist eine veraltete API.

Gilt für: