次の方法で共有


IsolatedWindowsEnvironmentShareFileRequestOptions.AllowWrite プロパティ

定義

非推奨になりました。 Isolated Windows Environment 内で実行されているアプリケーションが、共有されているこのファイルまたはフォルダーにデータを書き込むことができるかどうかを判断します。

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

プロパティ値

Boolean

bool

Boolean

属性

注釈

警告

これは非推奨の API です。

適用対象