Click or drag to resize
GDClipboardManagerGetTextAsync Method
Provides decrypted clipboard content.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<string> GetTextAsync()

Return Value

Type: IAsyncOperationString
When this method completes, it returns decrypted clipboard content.
See Also