INSDiscardableContent.BeginContentAccess Method

Definition

Requests access to the content, and returns true if the contents are available and were successfully accessed. (Otherwise, returns false.)

[Foundation.Export("beginContentAccess")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool BeginContentAccess();
[<Foundation.Export("beginContentAccess")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BeginContentAccess : unit -> bool
override this.BeginContentAccess : unit -> bool

Returns

true if the contents can be retrieved.

Attributes

Applies to