IsolatedStorageFile.IsEnabled Proprietà

Definizione

Ottiene un valore che indica se lo spazio di memorizzazione isolato è abilitato.

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 .NET Framework complete è sempre abilitata.

Si applica a

Vedi anche