AppMemoryUsageLimitChangingEventArgs.OldLimit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應用程式可用記憶體總數的舊限制,以位元組為單位。
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
屬性值
應用程式可以使用多少記憶體的舊限制,以位元組為單位。