Share via


UIViewConfigurationState.SetCustomState(NSObject, String) Method

Definition

[Foundation.Export("setCustomState:forKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetCustomState(Foundation.NSObject? customState, string key);
[<Foundation.Export("setCustomState:forKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetCustomState : Foundation.NSObject * string -> unit
override this.SetCustomState : Foundation.NSObject * string -> unit

Parameters

customState
NSObject
key
String

Implements

Attributes

Applies to