Partager via


IsolatedWindowsEnvironmentFile.IsReadOnly Propriété

Définition

Action déconseillée. Obtient l’autorisation d’écriture sur le fichier.

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

Valeur de propriété

Boolean

bool

Bool pour la valeur en lecture seule.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 2104 (introduit dans 10.0.20348.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduit dans v3.0)

Remarques

Avertissement

Il s’agit d’une API déconseillée.

S’applique à