Share via


CAAnimation.ShouldArchiveValueForKey(String) Method

Definition

Whether the value for the given 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