Method SetDataObjectAsync
SetDataObjectAsync(IDataObject?)
Sets data to the clipboard asynchroniously.
public static Task SetDataObjectAsync(IDataObject? value)Parameters
- valueIDataObject
- The data to place on the clipboard. 
Sets data to the clipboard asynchroniously.
public static Task SetDataObjectAsync(IDataObject? value)value IDataObjectThe data to place on the clipboard.