Clipboard.SetAudio Method (Stream)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Exception | Condition |
---|---|
ExternalException | The Clipboard could not be cleared. This typically occurs when the Clipboard is being used by another process. |
ThreadStateException | The current thread is not in single-threaded apartment (STA) mode. Add the STAThreadAttribute to your application's Main method. |
ArgumentNullException | audioStream is null. |
To retrieve audio data from the Clipboard, first use the ContainsAudio method to determine whether the Clipboard contains audio data before retrieving it with the GetAudioStream method.
![]() |
---|
The Clipboard class can only be used in threads set to single thread apartment (STA) mode. To use this class, ensure that your Main method is marked with the STAThreadAttribute attribute. |
for adding audio data to the system Clipboard. Associated enumeration: UIPermissionClipboard.AllClipboard
Available since 2.0