Skip to content

Commit

Permalink
Added documentation for samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Harikm committed Aug 16, 2015
1 parent 3f6fbea commit 13208c9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
20 changes: 14 additions & 6 deletions Clipboard/ClipboardSpy/README.md
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.

10 changes: 3 additions & 7 deletions Clipboard/ClipboardViewer/README.md
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.

0 comments on commit 13208c9

Please sign in to comment.