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 애플리케이션에 대한 격리된 스토리지는 항상 사용하도록 설정됩니다.

적용 대상

추가 정보