'Declaration Public Function PasteTextAsync( _ Optional ByVal text As System.String _ ) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task PasteTextAsync( System.string text )
Parameters
- text
- Optional text string containing the text to paste. If null, the text is taken from the clipboard.