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

적용 대상

추가 정보