Share via


CAEmitterCell.ShouldArchiveValueForKey(String) Method

Definition

Returns a Boolean value that tells if the value for key should be archived.

[Foundation.Export("shouldArchiveValueForKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldArchiveValueForKey(string key);
[<Foundation.Export("shouldArchiveValueForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldArchiveValueForKey : string -> bool
override this.ShouldArchiveValueForKey : string -> bool

Parameters

key
String

To be added.

This parameter can be null.

Returns

Attributes

Applies to