WPF-Samples/Clipboard/ClipboardSpy
Anjali a767712011
Added missing link (#510)
2023-12-19 16:54:50 +05:30
..
Properties Initial merge 2015-08-12 15:14:57 -07:00
App.config Initial merge 2015-08-12 15:14:57 -07:00
App.cs Initial merge 2015-08-12 15:14:57 -07:00
App.xaml Initial merge 2015-08-12 15:14:57 -07:00
ClipboardSpy.csproj Update main to .NET 8 2023-08-24 12:21:50 +05:30
MainWindow.cs Initial merge 2015-08-12 15:14:57 -07:00
MainWindow.xaml Initial merge 2015-08-12 15:14:57 -07:00
README.md Added missing link (#510) 2023-12-19 16:54:50 +05:30

README.md

languages products page_type name
csharp
windows-wpf
sample Clipboard Spy Sample

Clipboard Spy Sample

his sample demonstrates how to retrieve and examine the contents of the system clipboard.

The sample also demonstrates the following methods provided by the Clipboard class:

  • Clear

  • ContainsAudio

  • ContainsFileDropList

  • ContainsImage

  • ContainsText

Remarks

The sample is designed to demonstrate the use of CacheRequest and related classes and methods, but does not necessarily reflect a real-world implementation of UI Automation caching as a whole.

Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in Visual Studio 2022.

Download the samples ZIP

Deploying the sample

  • Select Build > Deploy Solution.

Deploying and running the sample

  • To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.