共用方式為


INSDiscardableContent 介面

定義

類別的介面,其可在未使用時捨棄部分子元件來節省記憶體。

[Foundation.Protocol(Name="NSDiscardableContent", WrapperType=typeof(Foundation.NSDiscardableContentWrapper))]
public interface INSDiscardableContent : IDisposable, ObjCRuntime.INativeObject
type INSDiscardableContent = interface
    interface INativeObject
    interface IDisposable
衍生
屬性
實作

屬性

Handle

處理非受控物件標記法) (指標。

(繼承來源 INativeObject)
IsContentDiscarded

取得布林值,指出是否已捨棄內容。

方法

BeginContentAccess()

要求存取內容,並在內容可用且已成功存取時傳回 true 。 (否則會傳 false 回 .)

DiscardContentIfPossible()

如果未存取內容,則會捨棄內容。

EndContentAccess()

表示不再需要存取內容。

適用於