IsolatedStorageFile.IsEnabled Proprietà

Definizione

Ottiene un valore che indica se l'archiviazione isolata è abilitata.

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

Valore della proprietà

true in tutti i casi.

Attributi

Commenti

L'archiviazione isolata per le applicazioni full .NET Framework è sempre abilitata.

Si applica a

Vedi anche