IsolatedStorageFile.IsEnabled プロパティ

定義

分離ストレージが有効かどうかを示す値を取得します。

public:
 static property bool IsEnabled { bool get(); };
public static bool IsEnabled { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public static bool IsEnabled { get; }
member this.IsEnabled : bool
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.IsEnabled : bool
Public Shared ReadOnly Property IsEnabled As Boolean

プロパティ値

Boolean

常に true

属性

注釈

完全な.NET Framework アプリケーションの分離ストレージは常に有効になっています。

適用対象

こちらもご覧ください