Table of Contents

Class Clipboard

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.SystemEnvironment
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the clipboard.

public static class Clipboard
Inheritance
Clipboard
Inherited Members

Methods

GetTextAsync()

Gets the text of the clipboard.

public static Task<string> GetTextAsync()

Returns

Task<string>

A task that represents the asynchronous operation. The task result contains the text of the clipboard.

SetTextAsync(string)

Sets the specified text to the clipboard.

public static Task SetTextAsync(string text)

Parameters

text string

The string to be written to the clipboard.

Returns

Task

A task that represents the asynchronous operation.