UIApplication_DefaultApplication.GetDefaultStatus 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.
[Foundation.Export("defaultStatusForCategory:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIApplicationCategoryDefaultStatus GetDefaultStatus(this UIKit.UIApplication This, UIKit.UIApplicationCategory category, out Foundation.NSError? error);
[<Foundation.Export("defaultStatusForCategory:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetDefaultStatus : UIKit.UIApplication * UIKit.UIApplicationCategory * NSError -> UIKit.UIApplicationCategoryDefaultStatus
Parameters
- This
- UIApplication
- category
- UIApplicationCategory
- error
- NSError
Returns
- Attributes