IsolatedStorageFile.IsEnabled Propriété

Définition

Obtient une valeur qui indique si le stockage isolé est activé.

public:
 static property bool IsEnabled { bool get(); };
public static bool IsEnabled { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public static bool IsEnabled { get; }
static member IsEnabled : bool
[<System.Runtime.InteropServices.ComVisible(false)>]
static member IsEnabled : bool
Public Shared ReadOnly Property IsEnabled As Boolean

Valeur de propriété

true dans tous les cas.

Attributs

Remarques

Le stockage isolé pour les applications .NET Framework complètes est toujours activé.

S’applique à

Voir aussi