AVCaptureDeskViewApplication.Present 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 |
|---|---|
| Present(AVCaptureDeskViewApplicationPresentHandler) | |
| Present(AVCaptureDeskViewApplicationLaunchConfiguration, AVCaptureDeskViewApplicationPresentHandler) |
Present(AVCaptureDeskViewApplicationPresentHandler)
[Foundation.Export("presentWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Present(AVFoundation.AVCaptureDeskViewApplicationPresentHandler? completionHandler);
[<Foundation.Export("presentWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Present : AVFoundation.AVCaptureDeskViewApplicationPresentHandler -> unit
override this.Present : AVFoundation.AVCaptureDeskViewApplicationPresentHandler -> unit
Parameters
- completionHandler
- AVCaptureDeskViewApplicationPresentHandler
- Attributes
Applies to
Present(AVCaptureDeskViewApplicationLaunchConfiguration, AVCaptureDeskViewApplicationPresentHandler)
[Foundation.Export("presentWithLaunchConfiguration:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Present(AVFoundation.AVCaptureDeskViewApplicationLaunchConfiguration launchConfiguration, AVFoundation.AVCaptureDeskViewApplicationPresentHandler? completionHandler);
[<Foundation.Export("presentWithLaunchConfiguration:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Present : AVFoundation.AVCaptureDeskViewApplicationLaunchConfiguration * AVFoundation.AVCaptureDeskViewApplicationPresentHandler -> unit
override this.Present : AVFoundation.AVCaptureDeskViewApplicationLaunchConfiguration * AVFoundation.AVCaptureDeskViewApplicationPresentHandler -> unit
Parameters
- launchConfiguration
- AVCaptureDeskViewApplicationLaunchConfiguration
- completionHandler
- AVCaptureDeskViewApplicationPresentHandler
- Attributes