Share via


IUIConfigurationState.SetCustomState(NSObject, String) Method

Definition

[Foundation.Export("setCustomState:forKey:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetCustomState(Foundation.NSObject? customState, string key);
[<Foundation.Export("setCustomState:forKey:")>]
[<Foundation.RequiredMember>]
[<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
Attributes

Applies to