AppMemoryUsageLimitChangingEventArgs.OldLimit Proprietà

Definizione

Ottiene il limite precedente per la quantità totale di memoria che l'app può usare, in byte.

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

Valore della proprietà

UInt64

unsigned long long

uint64_t

Limite precedente per la quantità totale di memoria che l'app può usare, in byte.

Si applica a