Share via


AppMemoryUsageLimitChangingEventArgs.OldLimit 속성

정의

앱에서 사용할 수 있는 총 메모리의 양에 대한 이전 제한을 바이트 단위로 가져옵니다.

public:
 property unsigned long long OldLimit { unsigned long long get(); };
uint64_t OldLimit();
public ulong OldLimit { get; }
var uInt64 = appMemoryUsageLimitChangingEventArgs.oldLimit;
Public ReadOnly Property OldLimit As ULong

속성 값

UInt64

unsigned long long

uint64_t

앱에서 사용할 수 있는 총 메모리 양에 대한 이전 제한(바이트)입니다.

적용 대상