Compartilhar via


AppMemoryUsageLimitChangingEventArgs.OldLimit Propriedade

Definição

Obtém o limite antigo de quanta memória total o aplicativo pode usar, em bytes.

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

Valor da propriedade

UInt64

unsigned long long

uint64_t

O limite antigo de quanta memória total o aplicativo pode usar, em bytes.

Aplica-se a