forked from liuszhang/WPF-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Harikm
committed
Aug 16, 2015
1 parent
3f6fbea
commit 13208c9
Showing
2 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,28 @@ | ||
|
||
# %Sample% sample | ||
# Clipboard Spy Sample | ||
his sample demonstrates how to retrieve and examine the contents of the system clipboard. | ||
|
||
This sample shows how to use the %objective | ||
The sample also demonstrates the following methods provided by the Clipboard class: | ||
|
||
## Remarks | ||
- Clear | ||
|
||
- ContainsAudio | ||
|
||
## Build the sample | ||
- 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 2015](https://www.visualstudio.com/wpf-vs). | ||
|
||
### 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
|
||
# %Sample% sample | ||
|
||
This sample shows how to use the %objective | ||
# Clipboard Viewer Sample | ||
This sample demonstrates Clipboard operations using a variety of data formats. It provides a viewer application with controls that read and set DataObject properties so that the user may experiment with Clipboard scenarios. | ||
|
||
## 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 2015](https://www.visualstudio.com/wpf-vs). | ||
|
||
### 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. | ||
|