IsolatedStorageFile.Quota 속성

정의

격리된 스토리지에서 사용할 수 있는 공간의 최대 크기를 나타내는 값을 가져옵니다.

public:
 virtual property long Quota { long get(); };
public override long Quota { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public override long Quota { get; }
member this.Quota : int64
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Quota : int64
Public Overrides ReadOnly Property Quota As Long

속성 값

Int64

격리된 스토리지 공간의 한계(바이트)입니다.

특성

예외

격리된 저장소가 제거된 경우

또는

격리된 스토리지가 비활성화되었습니다.

격리된 저장소가 삭제된 경우

적용 대상

추가 정보