NSPurgeableData.BeginContentAccess Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requests access to the content, and returns true
if the contents are available and were successfully accessed. (Otherwise, returns false
.)
[Foundation.Export("beginContentAccess")]
public virtual bool BeginContentAccess ();
abstract member BeginContentAccess : unit -> bool
override this.BeginContentAccess : unit -> bool
Returns
true
if the contents can be retrieved.
Implements
- Attributes