IsolatedStorageFile.IsEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der isolierte Speicher aktiviert ist.

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

Eigenschaftswert

true in allen Fällen.

Attribute

Hinweise

Isolierter Speicher für vollständige .NET Framework Anwendungen ist immer aktiviert.

Gilt für:

Weitere Informationen