RecycleLimitInfo.RequestGC 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定傳回可觀察事件來源的布林值,這個值可用來指出事件來源是否應該在所有觀察者處理事件之後引發記憶體回收。
public:
property bool RequestGC { bool get(); void set(bool value); };
public bool RequestGC { get; set; }
member this.RequestGC : bool with get, set
Public Property RequestGC As Boolean