NSUserDefaults.ObjectIsForced Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ObjectIsForced(String) | |
| ObjectIsForced(String, String) |
ObjectIsForced(String)
[Foundation.Export("objectIsForcedForKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ObjectIsForced(string key);
[<Foundation.Export("objectIsForcedForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ObjectIsForced : string -> bool
override this.ObjectIsForced : string -> bool
Parameters
- key
- String
Returns
- Attributes
Applies to
ObjectIsForced(String, String)
[Foundation.Export("objectIsForcedForKey:inDomain:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ObjectIsForced(string key, string domain);
[<Foundation.Export("objectIsForcedForKey:inDomain:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ObjectIsForced : string * string -> bool
override this.ObjectIsForced : string * string -> bool
Parameters
- key
- String
- domain
- String
Returns
- Attributes