CPInterfaceController.PopTemplate 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 |
|---|---|
| PopTemplate(Boolean) | |
| PopTemplate(Boolean, Action<Boolean,NSError>) |
PopTemplate(Boolean)
[Foundation.Export("popTemplateAnimated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PopTemplate(bool animated);
[<Foundation.Export("popTemplateAnimated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PopTemplate : bool -> unit
override this.PopTemplate : bool -> unit
Parameters
- animated
- Boolean
- Attributes
Applies to
PopTemplate(Boolean, Action<Boolean,NSError>)
[Foundation.Export("popTemplateAnimated:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PopTemplate(bool animated, Action<bool,Foundation.NSError>? completion);
[<Foundation.Export("popTemplateAnimated:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PopTemplate : bool * Action<bool, Foundation.NSError> -> unit
override this.PopTemplate : bool * Action<bool, Foundation.NSError> -> unit
Parameters
- animated
- Boolean
- Attributes