SCShareableContent.GetShareableContentAsync 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 |
|---|---|
| GetShareableContentAsync() | |
| GetShareableContentAsync(Boolean, Boolean) |
GetShareableContentAsync()
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<ScreenCaptureKit.SCShareableContent> GetShareableContentAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetShareableContentAsync : unit -> System.Threading.Tasks.Task<ScreenCaptureKit.SCShareableContent>
Returns
- Attributes
Applies to
GetShareableContentAsync(Boolean, Boolean)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<ScreenCaptureKit.SCShareableContent> GetShareableContentAsync(bool excludeDesktopWindows, bool onScreenWindowsOnly);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetShareableContentAsync : bool * bool -> System.Threading.Tasks.Task<ScreenCaptureKit.SCShareableContent>
Parameters
- excludeDesktopWindows
- Boolean
- onScreenWindowsOnly
- Boolean
Returns
- Attributes