Share via


IsolatedStorageFile.IsEnabled 屬性

定義

取得值,這個值表示隔離儲存區是否啟用。

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

屬性值

所有情況下都是 true

屬性

備註

一律會啟用完整 .NET Framework 應用程式的隔離記憶體。

適用於

另請參閱