AVCaptureDeskViewApplication.PresentAsync 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
PresentAsync()
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task PresentAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentAsync : unit -> System.Threading.Tasks.Task
override this.PresentAsync : unit -> System.Threading.Tasks.Task
Returns
- Attributes
Applies to
PresentAsync(AVCaptureDeskViewApplicationLaunchConfiguration)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task PresentAsync(AVFoundation.AVCaptureDeskViewApplicationLaunchConfiguration launchConfiguration);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentAsync : AVFoundation.AVCaptureDeskViewApplicationLaunchConfiguration -> System.Threading.Tasks.Task
override this.PresentAsync : AVFoundation.AVCaptureDeskViewApplicationLaunchConfiguration -> System.Threading.Tasks.Task
Parameters
- launchConfiguration
- AVCaptureDeskViewApplicationLaunchConfiguration
Returns
- Attributes