Share via


IsolatedWindowsEnvironmentFile.IsReadOnly プロパティ

定義

非推奨になりました。 ファイルに対する書き込みアクセス許可を取得します。

public:
 property bool IsReadOnly { bool get(); };
bool IsReadOnly();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentFile 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 IsReadOnly();
public bool IsReadOnly { get; }
public bool IsReadOnly { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentFile 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; }
var boolean = isolatedWindowsEnvironmentFile.isReadOnly;
Public ReadOnly Property IsReadOnly As Boolean

プロパティ値

Boolean

bool

読み取り専用値のブール値。

属性

Windows の要件

デバイス ファミリ
Windows 10, version 2104 (10.0.20348.0 で導入)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (v3.0 で導入)

注釈

警告

これは非推奨の API です。

適用対象