IsolatedStorageFile.IsEnabled Propriedade

Definição

Obtém um valor que indica se o armazenamento isolado está habilitado.

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

Valor da propriedade

true em todos os casos.

Atributos

Comentários

O armazenamento isolado para aplicativos de .NET Framework completos está sempre habilitado.

Aplica-se a

Confira também