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