SFCertificatePresentation.PresentSheet 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 |
|---|---|
| PresentSheet(NSWindow, Action) | |
| PresentSheet(UIViewController, Action) |
PresentSheet(NSWindow, Action)
[Foundation.Export("presentSheetInWindow:dismissHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PresentSheet(AppKit.NSWindow window, Action? dismissHandler);
[<Foundation.Export("presentSheetInWindow:dismissHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentSheet : AppKit.NSWindow * Action -> unit
override this.PresentSheet : AppKit.NSWindow * Action -> unit
Parameters
- window
- NSWindow
- dismissHandler
- Action
- Attributes
Applies to
PresentSheet(UIViewController, Action)
[Foundation.Export("presentSheetInViewController:dismissHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PresentSheet(UIKit.UIViewController viewController, Action? dismissHandler);
[<Foundation.Export("presentSheetInViewController:dismissHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentSheet : UIKit.UIViewController * Action -> unit
override this.PresentSheet : UIKit.UIViewController * Action -> unit
Parameters
- viewController
- UIViewController
- dismissHandler
- Action
- Attributes