IsolatedWindowsEnvironmentShareFolderRequestOptions.AllowWrite Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Veraltet. Bestimmt, ob Anwendungen, die in der isolierten Windows-Umgebung ausgeführt werden, Daten in diesen 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("IsolatedWindowsEnvironmentShareFolderRequestOptions 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("IsolatedWindowsEnvironmentShareFolderRequestOptions 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("IsolatedWindowsEnvironmentShareFolderRequestOptions 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("IsolatedWindowsEnvironmentShareFolderRequestOptions 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 = isolatedWindowsEnvironmentShareFolderRequestOptions.allowWrite;
isolatedWindowsEnvironmentShareFolderRequestOptions.allowWrite = boolean;
Public Property AllowWrite As Boolean
Eigenschaftswert
Boolean
bool
Boolean
- Attribute
Hinweise
Warnung
Dies ist eine veraltete API.