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应用程序启用独立存储。

适用于

另请参阅