Compartilhar via


AppMemoryUsageLimitChangingEventArgs.NewLimit Propriedade

Definição

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

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

Valor da propriedade

UInt64

unsigned long long

uint64_t

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

Aplica-se a