diff --git a/Samples/3DPrinting/3d-printing.yaml b/Samples/3DPrinting/3d-printing.yaml new file mode 100644 index 0000000000..34fcb0606e --- /dev/null +++ b/Samples/3DPrinting/3d-printing.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: 3D Printing Sample + description: This sample demonstrates a number of different tasks associated with 3D printing and editing the 3MF file type. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/3DPrintingFromUnity/3d-printing-from-unity.yaml b/Samples/3DPrintingFromUnity/3d-printing-from-unity.yaml new file mode 100644 index 0000000000..572fc9bdf1 --- /dev/null +++ b/Samples/3DPrintingFromUnity/3d-printing-from-unity.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: 3D Printing from Unity sample + description: This sample demonstrates loading a Unity 3D asset into the Windows 10 3D print dialog. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/Accelerometer/accelerometer.yaml b/Samples/Accelerometer/accelerometer.yaml new file mode 100644 index 0000000000..5603cfb145 --- /dev/null +++ b/Samples/Accelerometer/accelerometer.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Accelerometer sample + description: This sample shows how to use the Accelerometer class. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/ActivitySensor/activity-sensor.yaml b/Samples/ActivitySensor/activity-sensor.yaml new file mode 100644 index 0000000000..2e9b4bf0f5 --- /dev/null +++ b/Samples/ActivitySensor/activity-sensor.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Activity detection sensor sample + description: This sample demonstrates the use of the Windows.Devices.Sensors.ActivitySensor API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/AdaptiveStreaming/adaptive-streaming.yaml b/Samples/AdaptiveStreaming/adaptive-streaming.yaml new file mode 100644 index 0000000000..8bf1fddd34 --- /dev/null +++ b/Samples/AdaptiveStreaming/adaptive-streaming.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Adaptive streaming sample + description: How to create and use an AdaptiveMediaSource to playback HLS and DASH content over HTTP. + generateZip: false + author: oldnewthing + languages: + - csharp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/AdvancedCasting/advanced-casting.yaml b/Samples/AdvancedCasting/advanced-casting.yaml new file mode 100644 index 0000000000..6dad35d6bb --- /dev/null +++ b/Samples/AdvancedCasting/advanced-casting.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Advanced casting sample + description: This sample shows how to use the APIs in the Windows.Media.Casting and Windows.Media.DialProtocol namespaces. + generateZip: false + author: oldnewthing + languages: + - csharp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/Advertising/advertising.yaml b/Samples/Advertising/advertising.yaml new file mode 100644 index 0000000000..af3e572d43 --- /dev/null +++ b/Samples/Advertising/advertising.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Advertising sample + description: This sample shows how to use the Microsoft Advertising SDK (Microsoft.Advertising) to show display ads and interstitial ads using the following methods: - Creating an ad control to show display ads using only XAML / HTML markup - Creating an ad control to show display ads programatically - Creating an ad control to show interstitial video ads programatically ## Prerequisites This sample requires the Microsoft Advertising SDK Libraries for XAML or JavaScript. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/AllJoyn/ConsumerExperiences/alljoyn-consumer-experiences.yaml b/Samples/AllJoyn/ConsumerExperiences/alljoyn-consumer-experiences.yaml new file mode 100644 index 0000000000..16c25acbc1 --- /dev/null +++ b/Samples/AllJoyn/ConsumerExperiences/alljoyn-consumer-experiences.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: AllJoyn consumer experiences sample + description: This sample demonstrates how to create an AllJoyn Windows Universal app using Code Generation with Introspection XML and Windows.Devices.AllJoyn. + generateZip: false + author: oldnewthing + languages: + - csharp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/AllJoyn/ProducerExperiences/alljoyn-producer-experiences.yaml b/Samples/AllJoyn/ProducerExperiences/alljoyn-producer-experiences.yaml new file mode 100644 index 0000000000..c348311c1a --- /dev/null +++ b/Samples/AllJoyn/ProducerExperiences/alljoyn-producer-experiences.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: AllJoyn producer experiences sample + description: This sample demonstrates how to create an AllJoyn Windows Universal app using Code Generation with Introspection XML and Windows.Devices.AllJoyn. + generateZip: false + author: oldnewthing + languages: + - csharp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Altimeter/altimeter.yaml b/Samples/Altimeter/altimeter.yaml new file mode 100644 index 0000000000..c9c829bfed --- /dev/null +++ b/Samples/Altimeter/altimeter.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Altimeter sample + description: This sample demonstrates the use of the Windows.Devices.Sensors.Altimeter API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/AnimationLibrary/animation-library.yaml b/Samples/AnimationLibrary/animation-library.yaml new file mode 100644 index 0000000000..6720580654 --- /dev/null +++ b/Samples/AnimationLibrary/animation-library.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Animation library (HTML) sample + description: This sample shows how to use the Animation Library APIs. + generateZip: false + author: oldnewthing + languages: + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/AnimationMetrics/animation-metrics.yaml b/Samples/AnimationMetrics/animation-metrics.yaml new file mode 100644 index 0000000000..e99291c854 --- /dev/null +++ b/Samples/AnimationMetrics/animation-metrics.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Animation metrics sample + description: This sample shows how to use the Animation Metrics APIs (Windows.UI.Core.AnimationMetrics to access the raw parameters that define the animations in the Windows Animation Library. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/AppServices/app-services.yaml b/Samples/AppServices/app-services.yaml new file mode 100644 index 0000000000..b0b8a67959 --- /dev/null +++ b/Samples/AppServices/app-services.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: App services sample + description: This sample demonstrates how an app can provide a service that other apps can consume. + generateZip: false + author: oldnewthing + languages: + - csharp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/ApplicationData/application-data.yaml b/Samples/ApplicationData/application-data.yaml new file mode 100644 index 0000000000..0e6ef3cbab --- /dev/null +++ b/Samples/ApplicationData/application-data.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Application data sample + description: This sample shows you how to store and retrieve data that is specific to each user and Windows Runtime app by using the Windows Runtime application data APIs (Windows.Storage.ApplicationData and so on). + generateZip: false + author: oldnewthing + languages: + - csharp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/ApplicationResources/application-resources.yaml b/Samples/ApplicationResources/application-resources.yaml new file mode 100644 index 0000000000..9bca7c7ffc --- /dev/null +++ b/Samples/ApplicationResources/application-resources.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Application resources and localization sample + description: This sample shows how to use application resources to separate localizable content from app code. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/Appointments/appointments.yaml b/Samples/Appointments/appointments.yaml new file mode 100644 index 0000000000..18153b9d47 --- /dev/null +++ b/Samples/Appointments/appointments.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Appointment calendar sample + description: Demonstrates the functionality of the API of the Windows.ApplicationModel.Appointments namespace. + generateZip: false + author: oldnewthing + languages: + - csharp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/AssociationLaunching/association-launching.yaml b/Samples/AssociationLaunching/association-launching.yaml new file mode 100644 index 0000000000..fd08aaa247 --- /dev/null +++ b/Samples/AssociationLaunching/association-launching.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Association launching sample + description: This sample shows you how to launch an app for to handle a file type or a protocol (also known as custom scheme). + generateZip: false + author: oldnewthing + languages: + - csharp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/AudioCategory/audio-category.yaml b/Samples/AudioCategory/audio-category.yaml new file mode 100644 index 0000000000..63a5ee3c63 --- /dev/null +++ b/Samples/AudioCategory/audio-category.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Audio categories sample + description: This sample demonstrates how to create apps that use various audio categories. + generateZip: false + author: oldnewthing + languages: + - csharp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/AudioCreation/audio-creation.yaml b/Samples/AudioCreation/audio-creation.yaml new file mode 100644 index 0000000000..9aaf88ddbc --- /dev/null +++ b/Samples/AudioCreation/audio-creation.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: AudioGraph sample + description: This sample shows how to use the APIs in the Windows.Media.Audio namespace to create audio graphs for audio routing, mixing, and processing scenarios. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/BackButton/back-button.yaml b/Samples/BackButton/back-button.yaml new file mode 100644 index 0000000000..4329fa8206 --- /dev/null +++ b/Samples/BackButton/back-button.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Back Button Sample + description: This sample demonstrates how to set up an event handler for the back button event and how to enable the title bar back button for when the app is in windowed Desktop mode. + generateZip: false + author: oldnewthing + languages: + - csharp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/BackgroundAudio/background-audio.yaml b/Samples/BackgroundAudio/background-audio.yaml new file mode 100644 index 0000000000..2ef1ba1fe8 --- /dev/null +++ b/Samples/BackgroundAudio/background-audio.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Background audio sample + description: This sample demonstrates how to use the Background Media Player and playback lists to create a collection of songs that can continue to play even when the app is no longer in the foreground. + generateZip: false + author: oldnewthing + languages: + - csharp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/BackgroundSensors/background-sensors.yaml b/Samples/BackgroundSensors/background-sensors.yaml new file mode 100644 index 0000000000..10a1b07973 --- /dev/null +++ b/Samples/BackgroundSensors/background-sensors.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Background sensors sample + description: This sample shows how to use background tasks with a device use trigger targetting sensors APIs. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/BackgroundTask/background-task.yaml b/Samples/BackgroundTask/background-task.yaml new file mode 100644 index 0000000000..bd2ee33367 --- /dev/null +++ b/Samples/BackgroundTask/background-task.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Background task sample + description: This sample shows you how to create and register background tasks using the Windows Runtime background task API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/BackgroundTransfer/background-transfer.yaml b/Samples/BackgroundTransfer/background-transfer.yaml new file mode 100644 index 0000000000..b47cd4d7ac --- /dev/null +++ b/Samples/BackgroundTransfer/background-transfer.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Background transfer sample + description: This sample shows how to use the Background Transfer API to download and upload files in the background in Universal Windows Platform (UWP) apps. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/BarcodeScanner/barcode-scanner.yaml b/Samples/BarcodeScanner/barcode-scanner.yaml new file mode 100644 index 0000000000..1ccfd230c7 --- /dev/null +++ b/Samples/BarcodeScanner/barcode-scanner.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Barcode scanner sample + description: This sample shows how to obtain a barcode scanner, claim it for exclusive use, enable it to receive data, and read a barcode. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/Barometer/barometer.yaml b/Samples/Barometer/barometer.yaml new file mode 100644 index 0000000000..f4e8e5b16f --- /dev/null +++ b/Samples/Barometer/barometer.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Barometer sample + description: This sample demonstrates the use of the Windows.Devices.Sensors.Barometer API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/BasicFaceDetection/basic-face-detection.yaml b/Samples/BasicFaceDetection/basic-face-detection.yaml new file mode 100644 index 0000000000..67a1875aca --- /dev/null +++ b/Samples/BasicFaceDetection/basic-face-detection.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Basic face detection sample + description: This sample shows how to use the Windows.Media.FaceAnalysis.FaceDetector WinRT class to find human faces within a still image. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/BasicFaceTracking/basic-face-tracking.yaml b/Samples/BasicFaceTracking/basic-face-tracking.yaml new file mode 100644 index 0000000000..be337a9c34 --- /dev/null +++ b/Samples/BasicFaceTracking/basic-face-tracking.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Basic face tracking sample + description: This sample shows how to use the Windows.Media.FaceAnalysis.FaceTracker WinRT class to find human faces within an video stream. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/BasicInput/basic-input.yaml b/Samples/BasicInput/basic-input.yaml new file mode 100644 index 0000000000..fd9d018746 --- /dev/null +++ b/Samples/BasicInput/basic-input.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Basic input sample + description: This sample shows how to handle input in Universal Windows Apps. + generateZip: false + author: oldnewthing + languages: + - csharp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/BasicMediaCasting/basic-media-casting.yaml b/Samples/BasicMediaCasting/basic-media-casting.yaml new file mode 100644 index 0000000000..20e3f49cff --- /dev/null +++ b/Samples/BasicMediaCasting/basic-media-casting.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Basic media casting sample + description: This sample shows how to use the APIs in the Windows.Media.Casting namespace to render media on a remote device. + generateZip: false + author: oldnewthing + languages: + - csharp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/BasicSuspension/basic-suspension.yaml b/Samples/BasicSuspension/basic-suspension.yaml new file mode 100644 index 0000000000..a1930af21d --- /dev/null +++ b/Samples/BasicSuspension/basic-suspension.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Basic Suspension Sample + description: This sample demonstrates how to suspend, shut down and resume your application using the Suspension Manager. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/BluetoothAdvertisement/bluetooth-advertisement.yaml b/Samples/BluetoothAdvertisement/bluetooth-advertisement.yaml new file mode 100644 index 0000000000..e7916d0641 --- /dev/null +++ b/Samples/BluetoothAdvertisement/bluetooth-advertisement.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Bluetooth advertisement sample + description: This sample demonstrates use of the Bluetooth Advertisement Runtime API to send and receive Bluetooth Low Energy advertisements. + generateZip: false + author: oldnewthing + languages: + - csharp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/BluetoothRfcommChat/bluetooth-rfcomm-chat.yaml b/Samples/BluetoothRfcommChat/bluetooth-rfcomm-chat.yaml new file mode 100644 index 0000000000..aa2b2d17d5 --- /dev/null +++ b/Samples/BluetoothRfcommChat/bluetooth-rfcomm-chat.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Bluetooth RFCOMM chat sample + description: This sample demonstrates the use of classes in the Windows.Devices.Bluetooth.Rfcomm namespace to communicate over sockets. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/Calendar/calendar.yaml b/Samples/Calendar/calendar.yaml new file mode 100644 index 0000000000..fdcd8711b9 --- /dev/null +++ b/Samples/Calendar/calendar.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Calendar sample + description: This sample demonstrates how to use the Calendar class in the Windows.Globalization namespace to manipulate and process dates based on a calendar system and the user's globalization preferences. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/CallerID/caller-id.yaml b/Samples/CallerID/caller-id.yaml new file mode 100644 index 0000000000..89448409ab --- /dev/null +++ b/Samples/CallerID/caller-id.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Caller ID sample + description: This sample shows how to set Call Origin information for an unrecognized incoming call. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/CameraFaceDetection/camera-face-detection.yaml b/Samples/CameraFaceDetection/camera-face-detection.yaml new file mode 100644 index 0000000000..59e993e9b6 --- /dev/null +++ b/Samples/CameraFaceDetection/camera-face-detection.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Camera face detection sample + description: This sample applies an end-to-end approach to demonstrate how to write a camera application using the Windows.Media.Capture API in conjunction with orientation sensors to cover the functions that most camera apps will require. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/CameraGetPreviewFrame/camera-get-preview-frame.yaml b/Samples/CameraGetPreviewFrame/camera-get-preview-frame.yaml new file mode 100644 index 0000000000..cdb0e32919 --- /dev/null +++ b/Samples/CameraGetPreviewFrame/camera-get-preview-frame.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Camera preview frame sample + description: This sample applies an end-to-end approach to demonstrate how to write a camera application using the Windows.Media.Capture API in conjunction with the DisplayInformation API to acquire preview frames from the camera stream for further processing. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/CameraHdr/camera-hdr.yaml b/Samples/CameraHdr/camera-hdr.yaml new file mode 100644 index 0000000000..0f1629fc39 --- /dev/null +++ b/Samples/CameraHdr/camera-hdr.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: High dynamic range sample + description: This sample applies an end-to-end approach to demonstrate how to write a camera application using the Windows.Media.Capture API in conjunction with orientation sensors to cover the functions that most camera apps will require. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/CameraManualControls/camera-manual-controls.yaml b/Samples/CameraManualControls/camera-manual-controls.yaml new file mode 100644 index 0000000000..048cae9df4 --- /dev/null +++ b/Samples/CameraManualControls/camera-manual-controls.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Manual camera controls sample + description: This extensive sample applies an end-to-end approach to demonstrate how to write a camera application using the Windows.Media.Capture API in conjunction with orientation sensors to cover some of the functions that advanced camera apps will require. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/CameraProfile/camera-profile.yaml b/Samples/CameraProfile/camera-profile.yaml new file mode 100644 index 0000000000..db81bae998 --- /dev/null +++ b/Samples/CameraProfile/camera-profile.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Camera profiles sample + description: This sample demonstrates a new extension to Windows.Media.Capture.MediaCaptureInitializationSettings API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/CameraResolution/camera-resolution.yaml b/Samples/CameraResolution/camera-resolution.yaml new file mode 100644 index 0000000000..3e4bbda38a --- /dev/null +++ b/Samples/CameraResolution/camera-resolution.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Camera resolution sample + description: This sample demonstrates changing the resolution of a capture device with the GetMediaStreamProperties and SetMediaStreamPropertiesAsync methods. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/CameraStarterKit/camera-starter-kit.yaml b/Samples/CameraStarterKit/camera-starter-kit.yaml new file mode 100644 index 0000000000..0f94a273a0 --- /dev/null +++ b/Samples/CameraStarterKit/camera-starter-kit.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Basic camera app sample + description: This sample applies an end-to-end approach to demonstrate how to write a camera application using the Windows.Media.Capture API in conjunction with orientation sensors to cover the functions that most camera apps will require. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/CameraVideoStabilization/camera-video-stabilization.yaml b/Samples/CameraVideoStabilization/camera-video-stabilization.yaml new file mode 100644 index 0000000000..95ab036d28 --- /dev/null +++ b/Samples/CameraVideoStabilization/camera-video-stabilization.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Video stabilization sample + description: This sample applies an end-to-end approach to demonstrate how to write a video recording camera application using the Windows.Media.Capture API in conjunction with orientation sensors to cover the functions that most camera apps will require. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/CashDrawer/cash-drawer.yaml b/Samples/CashDrawer/cash-drawer.yaml new file mode 100644 index 0000000000..ba25653172 --- /dev/null +++ b/Samples/CashDrawer/cash-drawer.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Cash drawer sample + description: This sample demonstrates the use of the Windows.Devices.PointOfService.CashDrawer API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/ClientDeviceInformation/client-device-information.yaml b/Samples/ClientDeviceInformation/client-device-information.yaml new file mode 100644 index 0000000000..ea5857da46 --- /dev/null +++ b/Samples/ClientDeviceInformation/client-device-information.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Client Device Information sample + description: This sample shows how apps can retrieve device information such as operating system and manufacturer. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Clipboard/clipboard.yaml b/Samples/Clipboard/clipboard.yaml new file mode 100644 index 0000000000..db08070c86 --- /dev/null +++ b/Samples/Clipboard/clipboard.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Clipboard sample + description: This sample demonstrates how an app can use clipboard commands, including copy, paste, cut, and move. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/CommunicationBlockAndFilter/communication-block-and-filter.yaml b/Samples/CommunicationBlockAndFilter/communication-block-and-filter.yaml new file mode 100644 index 0000000000..a29f4a2499 --- /dev/null +++ b/Samples/CommunicationBlockAndFilter/communication-block-and-filter.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Communication blocking and filtering sample + description: This sample shows how to make a block and filter application for call and text message. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/Compass/compass.yaml b/Samples/Compass/compass.yaml new file mode 100644 index 0000000000..322714d176 --- /dev/null +++ b/Samples/Compass/compass.yaml @@ -0,0 +1,13 @@ +### YamlMime:Sample +sample: +- name: Compass sample + description: This sample demonstrates how to use the Windows.Devices.Sensors.Compass API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/ComplexInk/complex-ink.yaml b/Samples/ComplexInk/complex-ink.yaml new file mode 100644 index 0000000000..4d314ecc38 --- /dev/null +++ b/Samples/ComplexInk/complex-ink.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Complex inking sample + description: This sample demonstrates how to use advanced InkPresenter functionality to achieve scenarios such as interleaving ink with other objects, selecting ink, copy/paste, and event handling. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/CompositionVisual/composition-visual.yaml b/Samples/CompositionVisual/composition-visual.yaml new file mode 100644 index 0000000000..08a574ca3b --- /dev/null +++ b/Samples/CompositionVisual/composition-visual.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Composition visual without framework sample + description: This sample provides an introduction to the Windows.UI.Composition namespace. + generateZip: false + author: oldnewthing + languages: + - csharp + - vb + technologies: + - windows \ No newline at end of file diff --git a/Samples/Compression/compression.yaml b/Samples/Compression/compression.yaml new file mode 100644 index 0000000000..c46909cdf1 --- /dev/null +++ b/Samples/Compression/compression.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Compression sample + description: This sample demonstrates how to read structured data from a file and write compressed data to a new file and how to read compressed data and write decompressed data to a new file. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/ContactCardIntegration/contact-card-integration.yaml b/Samples/ContactCardIntegration/contact-card-integration.yaml new file mode 100644 index 0000000000..32db4ba690 --- /dev/null +++ b/Samples/ContactCardIntegration/contact-card-integration.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Contact Card integration sample + description: This sample shows how to integrate your app into the People App's contact card and the Mini Contact card by using annotations. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/ContactCards/contact-cards.yaml b/Samples/ContactCards/contact-cards.yaml new file mode 100644 index 0000000000..cd77343b79 --- /dev/null +++ b/Samples/ContactCards/contact-cards.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Contact cards sample + description: This sample shows how to show contact cards using methods of the ContactManager class. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/ContactPicker/contact-picker.yaml b/Samples/ContactPicker/contact-picker.yaml new file mode 100644 index 0000000000..3f5dd0fdf6 --- /dev/null +++ b/Samples/ContactPicker/contact-picker.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Contact picker sample + description: This sample shows how to use the ContactPicker class to select one or more contacts. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/ContentIndexer/content-indexer.yaml b/Samples/ContentIndexer/content-indexer.yaml new file mode 100644 index 0000000000..603d982eea --- /dev/null +++ b/Samples/ContentIndexer/content-indexer.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Content indexer sample + description: This sample shows how to add, update, and retrieve items and properties from the indexer. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/ContextMenu/context-menu.yaml b/Samples/ContextMenu/context-menu.yaml new file mode 100644 index 0000000000..147d56c2a5 --- /dev/null +++ b/Samples/ContextMenu/context-menu.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Context menu sample + description: This sample shows how to create a context menu and how to replace the default context menu for text. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/CortanaVoiceCommand/cortana-voice-command.yaml b/Samples/CortanaVoiceCommand/cortana-voice-command.yaml new file mode 100644 index 0000000000..6ee7b27c2c --- /dev/null +++ b/Samples/CortanaVoiceCommand/cortana-voice-command.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Cortana voice command sample + description: This sample demonstrates integrating with Cortana to provide Voice Command Definitions (VCDs) that allow an application to be invoked in a variety of ways. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/CredentialPicker/credential-picker.yaml b/Samples/CredentialPicker/credential-picker.yaml new file mode 100644 index 0000000000..044de06ca6 --- /dev/null +++ b/Samples/CredentialPicker/credential-picker.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Credential picker sample + description: This sample shows how to use the Windows.Security.Credentials.UI.CredentialPicker class to retrieve credentials, which can then be passed to APIs that may require credentials (for example, HttpClient). + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/CustomHidDeviceAccess/custom-hid-device-access.yaml b/Samples/CustomHidDeviceAccess/custom-hid-device-access.yaml new file mode 100644 index 0000000000..5ce6adf59e --- /dev/null +++ b/Samples/CustomHidDeviceAccess/custom-hid-device-access.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Custom HID device sample + description: This sample shows how to use the Windows.Devices.HumanInterfaceDevices API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/CustomSensors/custom-sensors.yaml b/Samples/CustomSensors/custom-sensors.yaml new file mode 100644 index 0000000000..67fb9aaf10 --- /dev/null +++ b/Samples/CustomSensors/custom-sensors.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Custom sensors sample + description: This sample demonstrates the use of the Windows.Devices.Sensors.Custom sensor API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/CustomSerialDeviceAccess/custom-serial-device-access.yaml b/Samples/CustomSerialDeviceAccess/custom-serial-device-access.yaml new file mode 100644 index 0000000000..dba4eb5df1 --- /dev/null +++ b/Samples/CustomSerialDeviceAccess/custom-serial-device-access.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Custom serial device sample + description: This sample demonstrates the use of the Windows.Devices.SerialCommunication WinRT APIs to communicate with a Serial device. + generateZip: false + author: oldnewthing + languages: + - csharp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/CustomUsbDeviceAccess/custom-usb-device-access.yaml b/Samples/CustomUsbDeviceAccess/custom-usb-device-access.yaml new file mode 100644 index 0000000000..d1d53ed55e --- /dev/null +++ b/Samples/CustomUsbDeviceAccess/custom-usb-device-access.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Custom USB device sample + description: This sample shows how to communicate with a USB device by using the Windows.Devices.Usb namespace. + generateZip: false + author: oldnewthing + languages: + - csharp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/D2DCustomEffects/d2d-custom-effects.yaml b/Samples/D2DCustomEffects/d2d-custom-effects.yaml new file mode 100644 index 0000000000..cca359ef05 --- /dev/null +++ b/Samples/D2DCustomEffects/d2d-custom-effects.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Direct2D custom image effects sample + description: This sample demonstrates how to implement custom Direct2D effects using HLSL pixel, vertex, and compute shaders. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/D2DGradientMesh/d2d-gradient-mesh.yaml b/Samples/D2DGradientMesh/d2d-gradient-mesh.yaml new file mode 100644 index 0000000000..e2c4f7422f --- /dev/null +++ b/Samples/D2DGradientMesh/d2d-gradient-mesh.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Direct2D gradient mesh sample + description: This sample demonstrates how to instantiate and render a gradient mesh in Direct2D. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/D2DPhotoAdjustment/d2d-photo-adjustment.yaml b/Samples/D2DPhotoAdjustment/d2d-photo-adjustment.yaml new file mode 100644 index 0000000000..b21fe970de --- /dev/null +++ b/Samples/D2DPhotoAdjustment/d2d-photo-adjustment.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Direct2D photo adjustment sample + description: This sample demonstrates how to build a photo viewer and editor using Direct2D and Direct2D Effects. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/DWriteLineSpacingModes/dwrite-line-spacing-modes.yaml b/Samples/DWriteLineSpacingModes/dwrite-line-spacing-modes.yaml new file mode 100644 index 0000000000..e2edbf8033 --- /dev/null +++ b/Samples/DWriteLineSpacingModes/dwrite-line-spacing-modes.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Line spacing (DirectWrite) sample + description: This sample demonstrates how to use different line spacing options that are provided for the DirectWrite text layout API. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/DWriteTextLayoutCloudFont/dwrite-text-layout-cloud-font.yaml b/Samples/DWriteTextLayoutCloudFont/dwrite-text-layout-cloud-font.yaml new file mode 100644 index 0000000000..540f1fc72e --- /dev/null +++ b/Samples/DWriteTextLayoutCloudFont/dwrite-text-layout-cloud-font.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Downloadable fonts (DirectWrite) sample + description: This sample demonstrates how to use DirectWrite downloadable fonts, a feature added in Windows 10, together with the DirectWrite text layout API. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/DataReaderWriter/data-reader-writer.yaml b/Samples/DataReaderWriter/data-reader-writer.yaml new file mode 100644 index 0000000000..c1bfe3763e --- /dev/null +++ b/Samples/DataReaderWriter/data-reader-writer.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Serializing and deserializing data sample + description: This sample shows how to use the DataReader and DataWriter classes to store and retrieve data. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/DatagramSocket/datagram-socket.yaml b/Samples/DatagramSocket/datagram-socket.yaml new file mode 100644 index 0000000000..11c2f19fb0 --- /dev/null +++ b/Samples/DatagramSocket/datagram-socket.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: DatagramSocket sample + description: This sample shows you how to a use datagram (UDP) socket to send and receive data using the DatagramSocket and related classes in the Windows.Networking.Sockets namespace in your Universal Windows Platform (UWP) app. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/DateTimeFormatting/date-time-formatting.yaml b/Samples/DateTimeFormatting/date-time-formatting.yaml new file mode 100644 index 0000000000..18c3990f31 --- /dev/null +++ b/Samples/DateTimeFormatting/date-time-formatting.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Date and time formatting sample + description: This sample demonstrates how to use the DateTimeFormatter class in the Windows.Globalization.DateTimeFormatting namespace to display dates and times according to the user's preferences. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/DeviceEnumerationAndPairing/device-enumeration-and-pairing.yaml b/Samples/DeviceEnumerationAndPairing/device-enumeration-and-pairing.yaml new file mode 100644 index 0000000000..1ca62d2074 --- /dev/null +++ b/Samples/DeviceEnumerationAndPairing/device-enumeration-and-pairing.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Device enumeration and pairing sample + description: This sample shows how to use the Windows.Devices.Enumeration APIs find devices internally connected to the system, externally connected, or nearby over wireless or networking protocols and get information about them. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/DeviceLockdownAzureLogin/device-lockdown-azure-login.yaml b/Samples/DeviceLockdownAzureLogin/device-lockdown-azure-login.yaml new file mode 100644 index 0000000000..aabd2de78e --- /dev/null +++ b/Samples/DeviceLockdownAzureLogin/device-lockdown-azure-login.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Device lockdown with Azure login sample + description: This sample shows how to create a sample login application for Windows Mobile which utilizes the Enterprise Device Lockdown APIs and optionally authenticates with Azure Active Directory. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/DisablingScreenCapture/disabling-screen-capture.yaml b/Samples/DisablingScreenCapture/disabling-screen-capture.yaml new file mode 100644 index 0000000000..91fd5e8d02 --- /dev/null +++ b/Samples/DisablingScreenCapture/disabling-screen-capture.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Disabling screen capture sample + description: This sample shows how to disable screen capture by setting the IsScreenCaptureEnabled property of the ApplicationView object. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/DisplayOrientation/display-orientation.yaml b/Samples/DisplayOrientation/display-orientation.yaml new file mode 100644 index 0000000000..81aad903b9 --- /dev/null +++ b/Samples/DisplayOrientation/display-orientation.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Display orientation sample + description: This sample demonstrates the use of the DisplayInformation class for retrieving the display orientation and setting an app's auto-rotation orientation preferences. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/DpiScaling/dpi-scaling.yaml b/Samples/DpiScaling/dpi-scaling.yaml new file mode 100644 index 0000000000..6d2e9a5771 --- /dev/null +++ b/Samples/DpiScaling/dpi-scaling.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Scaling according to DPI sample + description: This sample describes how to build an app that scales according to the dots per inch (dpi) (pixel density) of the screen by loading images of the right scale or by overriding default scaling. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/EfficientAnimations/efficient-animations.yaml b/Samples/EfficientAnimations/efficient-animations.yaml new file mode 100644 index 0000000000..1593113ef8 --- /dev/null +++ b/Samples/EfficientAnimations/efficient-animations.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Efficient animations (HTML) sample + description: This sample demonstrates how to use the requestAnimationFrame method in an HTML5 Canvas to build smooth and power efficient animations in your Windows Store app using JavaScript. + generateZip: false + author: oldnewthing + languages: + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/EnterpriseDataProtection/enterprise-data-protection.yaml b/Samples/EnterpriseDataProtection/enterprise-data-protection.yaml new file mode 100644 index 0000000000..5520cb3cd5 --- /dev/null +++ b/Samples/EnterpriseDataProtection/enterprise-data-protection.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Enterprise data protection sample + description: This sample demonstrates Enterprise Data Protection (EDP) scenarios: File and buffer protection, clipboard protection, data protection under lock, and protected access to network resources. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/ExtendedExecution/extended-execution.yaml b/Samples/ExtendedExecution/extended-execution.yaml new file mode 100644 index 0000000000..5bf95102b6 --- /dev/null +++ b/Samples/ExtendedExecution/extended-execution.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Extended execution sample + description: This sample shows you how to create extended execution sessions using the Windows Runtime extended execution API. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/FeedReader/feed-reader.yaml b/Samples/FeedReader/feed-reader.yaml new file mode 100644 index 0000000000..ae01ad365e --- /dev/null +++ b/Samples/FeedReader/feed-reader.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: RSS reader end-to-end (JavaScript) sample + description: This Windows Store app sample demonstrates a basic end-to-end implementation of a news feed reader.It uses a ListView to organize and display articles from various subscriptions specified in a JSON-formatted data file. + generateZip: false + author: oldnewthing + languages: + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/FileAccess/file-access.yaml b/Samples/FileAccess/file-access.yaml new file mode 100644 index 0000000000..ccd78c4404 --- /dev/null +++ b/Samples/FileAccess/file-access.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: File access sample + description: This sample shows how to create, read, write, copy and delete a file, how to retrieve file properties, and how to track a file or folder so that your app can access it again. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/FilePicker/file-picker.yaml b/Samples/FilePicker/file-picker.yaml new file mode 100644 index 0000000000..886f47bc77 --- /dev/null +++ b/Samples/FilePicker/file-picker.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: File picker sample + description: This sample shows how to access files and folders by letting the user choose them through the file pickers and how to save a file so that the user can specify the name, file type, and location of a file to save. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/FilePickerContracts/file-picker-contracts.yaml b/Samples/FilePickerContracts/file-picker-contracts.yaml new file mode 100644 index 0000000000..a526113821 --- /dev/null +++ b/Samples/FilePickerContracts/file-picker-contracts.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: File picker provider sample + description: This sample shows how an app can provide files, a save location, and real-time file updates to other apps through the file picker by participating in the File Open Picker contract, File Save Picker contract, and Cached File Updater contract, respectively. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/FileSearch/file-search.yaml b/Samples/FileSearch/file-search.yaml new file mode 100644 index 0000000000..4a909d0ec0 --- /dev/null +++ b/Samples/FileSearch/file-search.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: File search sample + description: This sample shows how to query files in a location (like a folder, library, device, or network location). + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/FileThumbnails/file-thumbnails.yaml b/Samples/FileThumbnails/file-thumbnails.yaml new file mode 100644 index 0000000000..c056f62047 --- /dev/null +++ b/Samples/FileThumbnails/file-thumbnails.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: File and folder thumbnail sample + description: This sample shows how to retrieve thumbnails for files and folders. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/FolderEnumeration/folder-enumeration.yaml b/Samples/FolderEnumeration/folder-enumeration.yaml new file mode 100644 index 0000000000..256c2c8ff5 --- /dev/null +++ b/Samples/FolderEnumeration/folder-enumeration.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Folder enumeration sample + description: This sample shows how to enumerate the top-level files and folders inside a location (like a folder, device, or network location), and how to use queries to enumerate all files inside a location by sorting them into file groups. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/FullScreenMode/full-screen-mode.yaml b/Samples/FullScreenMode/full-screen-mode.yaml new file mode 100644 index 0000000000..2941523bc8 --- /dev/null +++ b/Samples/FullScreenMode/full-screen-mode.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Full screen mode sample + description: This sample shows how to use full screen mode so that your app can fill the entire screen. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Geolocation/geolocation.yaml b/Samples/Geolocation/geolocation.yaml new file mode 100644 index 0000000000..f59adba185 --- /dev/null +++ b/Samples/Geolocation/geolocation.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Geolocation sample + description: The Geolocation sample shows how to use the Windows.Devices.Geolocation namespace to get the geographic location of the user's device. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Geotag/geotag.yaml b/Samples/Geotag/geotag.yaml new file mode 100644 index 0000000000..a2fc8ccf5e --- /dev/null +++ b/Samples/Geotag/geotag.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Geotag sample + description: This sample demonstrates the GeotagHelper runtime class. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/GlobalizationPreferences/globalization-preferences.yaml b/Samples/GlobalizationPreferences/globalization-preferences.yaml new file mode 100644 index 0000000000..b98b3b4548 --- /dev/null +++ b/Samples/GlobalizationPreferences/globalization-preferences.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Globalization preferences sample + description: This sample demonstrates how to use the Windows.System.UserProfile.GlobalizationPreferences class to obtain the user's globalization preferences. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Gyrometer/gyrometer.yaml b/Samples/Gyrometer/gyrometer.yaml new file mode 100644 index 0000000000..4ba88e21a6 --- /dev/null +++ b/Samples/Gyrometer/gyrometer.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Gyrometer sample + description: This sample shows how to use the Windows.Devices.Sensors.Gyrometer API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/HolographicSpatialMapping/holographic-spatial-mapping.yaml b/Samples/HolographicSpatialMapping/holographic-spatial-mapping.yaml new file mode 100644 index 0000000000..4c42bbf4a7 --- /dev/null +++ b/Samples/HolographicSpatialMapping/holographic-spatial-mapping.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Holographic spatial mapping sample + description: This sample demonstrates how to acquire spatial mapping data from Windows Perception in real-time, and provides a simple example for consuming the spatial mapping data. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/HolographicTagAlong/holographic-tag-along.yaml b/Samples/HolographicTagAlong/holographic-tag-along.yaml new file mode 100644 index 0000000000..ecccd0075f --- /dev/null +++ b/Samples/HolographicTagAlong/holographic-tag-along.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Tag-along hologram sample + description: This sample demonstrates how to render a hologram that follows the user. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/HomeGroup/home-group.yaml b/Samples/HomeGroup/home-group.yaml new file mode 100644 index 0000000000..c9ee7a8029 --- /dev/null +++ b/Samples/HomeGroup/home-group.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: HomeGroup sample + description: This sample demonstrates how to use a HomeGroup to open, search, and share files. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/HtmlFormValidation/html-form-validation.yaml b/Samples/HtmlFormValidation/html-form-validation.yaml new file mode 100644 index 0000000000..2017d7040a --- /dev/null +++ b/Samples/HtmlFormValidation/html-form-validation.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Form validation (HTML) sample + description: Demonstrates HTML5 input form and validation attributes that enable you to help your users enter the correct data in the right format into your page's forms. + generateZip: false + author: oldnewthing + languages: + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/HttpClient/http-client.yaml b/Samples/HttpClient/http-client.yaml new file mode 100644 index 0000000000..8bfeae6b7b --- /dev/null +++ b/Samples/HttpClient/http-client.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: HttpClient sample + description: This sample shows you how to upload and download various types of content with an HTTP server using the HttpClient and related classes in Windows.Web.Http namespace. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/Inclinometer/inclinometer.yaml b/Samples/Inclinometer/inclinometer.yaml new file mode 100644 index 0000000000..81a8f652e7 --- /dev/null +++ b/Samples/Inclinometer/inclinometer.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Inclinometer sample + description: This sample shows how to use the Windows.Devices.Sensors.Inclinometer API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/IndexedDB/indexed-db.yaml b/Samples/IndexedDB/indexed-db.yaml new file mode 100644 index 0000000000..098b68b37f --- /dev/null +++ b/Samples/IndexedDB/indexed-db.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: IndexedDB sample + description: This sample demonstrates a common usage pattern for the IndexedDB web standard API. + generateZip: false + author: oldnewthing + languages: + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Ink/ink.yaml b/Samples/Ink/ink.yaml new file mode 100644 index 0000000000..4090c8ccbb --- /dev/null +++ b/Samples/Ink/ink.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Inking sample + description: This sample demonstrates how to use ink functionality (such as, capturing, manipulating, and interpreting ink strokes) in Universal Windows apps using JavaScript. + generateZip: false + author: oldnewthing + languages: + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/IoT-GPIO/iot-gpio.yaml b/Samples/IoT-GPIO/iot-gpio.yaml new file mode 100644 index 0000000000..a563bb2069 --- /dev/null +++ b/Samples/IoT-GPIO/iot-gpio.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: General Purpose Input/Output (GPIO) sample + description: The Windows.Devices.Gpio namespace allows apps to set, read, and react to state changes in the General Purpose Input/Output (GPIO) pins on a Windows IoT (Internet of Things) device. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/IoT-I2C/iot-i2c.yaml b/Samples/IoT-I2C/iot-i2c.yaml new file mode 100644 index 0000000000..4e68a1d6df --- /dev/null +++ b/Samples/IoT-I2C/iot-i2c.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Inter-Integrated Circuit (I2C) sample + description: The Windows.Devices.I2c namespace allows apps to communicate with Inter-Integrated Circuit devices (commmonly abbreviated I�C or I2C) on a Windows IoT (Internet of Things) device. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/IoT-SPI/iot-spi.yaml b/Samples/IoT-SPI/iot-spi.yaml new file mode 100644 index 0000000000..e55b37f4bb --- /dev/null +++ b/Samples/IoT-SPI/iot-spi.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Serial Peripheral Interface (SPI) sample + description: The Windows.Devices.Spi namespace allows apps to communicate with Serial Peripheral Interface (SPI) devices on a Windows IoT (Internet of Things) device. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/JapanesePhoneticAnalysis/japanese-phonetic-analysis.yaml b/Samples/JapanesePhoneticAnalysis/japanese-phonetic-analysis.yaml new file mode 100644 index 0000000000..31f9f77b51 --- /dev/null +++ b/Samples/JapanesePhoneticAnalysis/japanese-phonetic-analysis.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Japanese phonetic analysis sample + description: This sample demonstrates how to analyze Japanese texts and retrieves words or segments in the text by using the JapanesePhoneticAnalyzer class. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Json/json.yaml b/Samples/Json/json.yaml new file mode 100644 index 0000000000..81f4d44f91 --- /dev/null +++ b/Samples/Json/json.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: JSON sample + description: This sample shows you how to encode and decode JavaScript Object Notation (JSON) objects, arrays, strings, numbers and booleans using classes in the Windows.Data.Json namespace. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/JumpList/jump-list.yaml b/Samples/JumpList/jump-list.yaml new file mode 100644 index 0000000000..ce3a3304a4 --- /dev/null +++ b/Samples/JumpList/jump-list.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: # Jump list customization sample + description: This sample shows how to customize your app's jump list. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/KeyCredentialManager/key-credential-manager.yaml b/Samples/KeyCredentialManager/key-credential-manager.yaml new file mode 100644 index 0000000000..f2fd171b99 --- /dev/null +++ b/Samples/KeyCredentialManager/key-credential-manager.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: KeyCredentialManager sample + description: This sample demonstrates use of the Windows.Security.Authentication.Credentials.KeyCredentialManager API for utlizing Windows Passport as a user authentication method. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/LampDevice/lamp-device.yaml b/Samples/LampDevice/lamp-device.yaml new file mode 100644 index 0000000000..0a160f8250 --- /dev/null +++ b/Samples/LampDevice/lamp-device.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Lamp device sample + description: This sample demonstrates Windows.Devices.Lights.Lamp API usage. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/LanguageFont/language-font.yaml b/Samples/LanguageFont/language-font.yaml new file mode 100644 index 0000000000..be730cfdf8 --- /dev/null +++ b/Samples/LanguageFont/language-font.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Language font mapping sample + description: This sample demonstrates how to obtain language-specific font recommendations using the LanguageFontGroup class in the Windows.Globalization.Fonts namespace. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/LibraryManagement/library-management.yaml b/Samples/LibraryManagement/library-management.yaml new file mode 100644 index 0000000000..adb344b725 --- /dev/null +++ b/Samples/LibraryManagement/library-management.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Library management sample + description: Demonstrates how to get a list of the folders in a user's library and how to let users add and remove folders from that list. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/LightSensor/light-sensor.yaml b/Samples/LightSensor/light-sensor.yaml new file mode 100644 index 0000000000..dfd32465fc --- /dev/null +++ b/Samples/LightSensor/light-sensor.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Light sensor sample + description: This sample shows how to use the Windows.Devices.Sensors.LightSensor API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/LinguisticServices/linguistic-services.yaml b/Samples/LinguisticServices/linguistic-services.yaml new file mode 100644 index 0000000000..cd7fcb6e25 --- /dev/null +++ b/Samples/LinguisticServices/linguistic-services.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Linguistic services sample + description: This sample demonstrates the use of Extended Linguistic Services (ELS) in a Windows Store app. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/LiveDash/live-dash.yaml b/Samples/LiveDash/live-dash.yaml new file mode 100644 index 0000000000..74c54e235e --- /dev/null +++ b/Samples/LiveDash/live-dash.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: DASH streaming sample + description: How to create and use the MSEStreamSource API to playback Live DASH content. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/LockScreenApps/lock-screen-apps.yaml b/Samples/LockScreenApps/lock-screen-apps.yaml new file mode 100644 index 0000000000..3f123de202 --- /dev/null +++ b/Samples/LockScreenApps/lock-screen-apps.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Lock screen apps sample + description: This sample shows how an app can have a presence on the lock screen—the screen that is shown when the computer is locked—with a badge to provide basic status information or a tile to provide more detailed status. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/Logging/logging.yaml b/Samples/Logging/logging.yaml new file mode 100644 index 0000000000..1e2930c468 --- /dev/null +++ b/Samples/Logging/logging.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Logging sample + description: This sample shows how to use the Logging APIs in the Windows.Foundation.Diagnostics namespace, including LoggingChannel, LoggingActivity, LoggingSession, and FileLoggingSession. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/LowLatencyInput/low-latency-input.yaml b/Samples/LowLatencyInput/low-latency-input.yaml new file mode 100644 index 0000000000..b46dfccb16 --- /dev/null +++ b/Samples/LowLatencyInput/low-latency-input.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Low latency input sample + description: This sample shows how to handle input on a dedicated input thread to achieve lowest input latency. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/MIDI/midi.yaml b/Samples/MIDI/midi.yaml new file mode 100644 index 0000000000..9049cfc4c8 --- /dev/null +++ b/Samples/MIDI/midi.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: MIDI sample + description: This sample demonstrates how to use the Windows.Devices.Midi API in a Windows Runtime app. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/MagneticStripeReader/magnetic-stripe-reader.yaml b/Samples/MagneticStripeReader/magnetic-stripe-reader.yaml new file mode 100644 index 0000000000..caf289fe32 --- /dev/null +++ b/Samples/MagneticStripeReader/magnetic-stripe-reader.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Magnetic stripe reader sample + description: This sample shows how to create a magnetic stripe reader, claim it for exclusive use, enable it to receive data, and read data from a bank card or a motor vehicle card. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/MapControl/map-control.yaml b/Samples/MapControl/map-control.yaml new file mode 100644 index 0000000000..6964af0c13 --- /dev/null +++ b/Samples/MapControl/map-control.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: MapControl sample + description: This sample demonstrates how to use the universal map control (MapControl) in a UWP app. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/MediaEditing/media-editing.yaml b/Samples/MediaEditing/media-editing.yaml new file mode 100644 index 0000000000..63f66585d0 --- /dev/null +++ b/Samples/MediaEditing/media-editing.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Media editing sample + description: This sample shows how to use the APIs in the Windows.Media.Editing namespace to edit and compose media clips. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/MediaImport/media-import.yaml b/Samples/MediaImport/media-import.yaml new file mode 100644 index 0000000000..8a84833e8f --- /dev/null +++ b/Samples/MediaImport/media-import.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Windows media import sample + description: This sample shows how to query files in a location (like a folder, library, device, or network location). + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/MediaTranscoding/media-transcoding.yaml b/Samples/MediaTranscoding/media-transcoding.yaml new file mode 100644 index 0000000000..220091952e --- /dev/null +++ b/Samples/MediaTranscoding/media-transcoding.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Transcoding media sample + description: This sample demonstrates how to use the Windows.Media.Transcoding API to transcode a video file in a Windows Store app.. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/MessageDialog/message-dialog.yaml b/Samples/MessageDialog/message-dialog.yaml new file mode 100644 index 0000000000..b281ca3c0f --- /dev/null +++ b/Samples/MessageDialog/message-dialog.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Message dialog sample + description: This sample demonstrates how to use a MessageDialog for displaying dialogs, setting commands and the actions they will perform, and changing the default button. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/MicrosoftPassport/microsoft-passport.yaml b/Samples/MicrosoftPassport/microsoft-passport.yaml new file mode 100644 index 0000000000..9125036670 --- /dev/null +++ b/Samples/MicrosoftPassport/microsoft-passport.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Microsoft Passport and Windows Hello sample + description: This sample shows how apps can incorporate Microsoft Passport and Windows Hello into their normal sign-in flow to offer convenient and secure multi-factor authentication. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/MobileBroadband/mobile-broadband.yaml b/Samples/MobileBroadband/mobile-broadband.yaml new file mode 100644 index 0000000000..f1672e33d6 --- /dev/null +++ b/Samples/MobileBroadband/mobile-broadband.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Mobile broadband sample + description: This sample shows how to use the Mobile Broadband Networking API (Windows.Networking.NetworkOperators) using following scenarios: - Displays device information by account - Listening for changes on mobile broadband devices by account - Displays device information by modem - Enumerates device services - Display SIM card information ## Prerequisites This sample accesses privileged APIs used by mobile broadband operators. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/MsBlobBuilder/ms-blob-builder.yaml b/Samples/MsBlobBuilder/ms-blob-builder.yaml new file mode 100644 index 0000000000..c52073b7b4 --- /dev/null +++ b/Samples/MsBlobBuilder/ms-blob-builder.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Blobs sample + description: This sample shows how to use a Blob and the Window.Storage.Pickers.FileOpenPicker to load and display images and video. + generateZip: false + author: oldnewthing + languages: + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/MultipleViews/multiple-views.yaml b/Samples/MultipleViews/multiple-views.yaml new file mode 100644 index 0000000000..51ee85f55d --- /dev/null +++ b/Samples/MultipleViews/multiple-views.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Multiple views sample + description: This sample demonstrates showing multiple windows for a single app. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/Nfc/nfc.yaml b/Samples/Nfc/nfc.yaml new file mode 100644 index 0000000000..73a1f876d2 --- /dev/null +++ b/Samples/Nfc/nfc.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Near field communication (NFC) sample + description: This sample shows how to: - Implement an NFC HCE (Host Card Emulation) tap+pay application - Communicate with a smart card or NFC tag Note The Windows universal samples require Visual Studio 2015 to build and Windows 10 to execute. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/NfcProvisioner/nfc-provisioner.yaml b/Samples/NfcProvisioner/nfc-provisioner.yaml new file mode 100644 index 0000000000..7d47f13c9b --- /dev/null +++ b/Samples/NfcProvisioner/nfc-provisioner.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: NFC enterprise provisioner sample + description: This sample shows how to create the enterprise provision helper in the universal app to provision device via the Proximity API. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/Notifications/notifications.yaml b/Samples/Notifications/notifications.yaml new file mode 100644 index 0000000000..3136ba3003 --- /dev/null +++ b/Samples/Notifications/notifications.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Notifications sample + description: This sample demonstrates the use of the various Toast and LiveTile related API, such as Windows.UI including Notifications, Popups, and StartScreen namespaces. + generateZip: false + author: oldnewthing + languages: + - csharp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/NumberFormatting/number-formatting.yaml b/Samples/NumberFormatting/number-formatting.yaml new file mode 100644 index 0000000000..f02a6a2d51 --- /dev/null +++ b/Samples/NumberFormatting/number-formatting.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Number formatting and parsing sample + description: This sample demonstrates how to use the DecimalFormatter, CurrencyFormatter, PercentFormatter and PermilleFormatter classes in the Windows.Globalization.NumberFormatting namespace to display and parse numbers, currencies, and percent values. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/OCR/ocr.yaml b/Samples/OCR/ocr.yaml new file mode 100644 index 0000000000..924f5e3c21 --- /dev/null +++ b/Samples/OCR/ocr.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: OCR sample + description: This sample demonstrates how to use Windows.Media.Ocr API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/OrientationSensor/orientation-sensor.yaml b/Samples/OrientationSensor/orientation-sensor.yaml new file mode 100644 index 0000000000..2e53c3d436 --- /dev/null +++ b/Samples/OrientationSensor/orientation-sensor.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Orientation sensor sample + description: This sample shows how to use the Windows.Devices.Sensors.OrientationSensor API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Package/package.yaml b/Samples/Package/package.yaml new file mode 100644 index 0000000000..4e8eb117ef --- /dev/null +++ b/Samples/Package/package.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: App package information sample + description: This sample shows you how to get package info by using the Windows Runtime packaging API (Windows.ApplicationModel.Package and Windows.ApplicationModel.PackageId). + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/PackagedContent/packaged-content.yaml b/Samples/PackagedContent/packaged-content.yaml new file mode 100644 index 0000000000..19e957f804 --- /dev/null +++ b/Samples/PackagedContent/packaged-content.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: XHR, handling navigation errors, and URL schemes sample + description: This sample demonstrates how to handle navigation errors, how to use the right URL scheme to reference packaged content, and how to use XMLHttpRequest (XHR) to retrieve remote and local content. + generateZip: false + author: oldnewthing + languages: + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/PasswordVault/password-vault.yaml b/Samples/PasswordVault/password-vault.yaml new file mode 100644 index 0000000000..921df82dce --- /dev/null +++ b/Samples/PasswordVault/password-vault.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Credential locker sample + description: The Credential Locker, also known as Password Vault, provides a way for you to store user credentials (username, password) in a secure fashion for your app. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/PdfDocument/pdf-document.yaml b/Samples/PdfDocument/pdf-document.yaml new file mode 100644 index 0000000000..7d1d6bece7 --- /dev/null +++ b/Samples/PdfDocument/pdf-document.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: PDF document sample + description: This sample demonstrates how to load and display Portable Document Format (PDF) documents. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Pedometer/pedometer.yaml b/Samples/Pedometer/pedometer.yaml new file mode 100644 index 0000000000..17980dca91 --- /dev/null +++ b/Samples/Pedometer/pedometer.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Pedometer sample + description: This sample shows how to use the Windows.Devices.Sensors.Pedometer API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Personalization/personalization.yaml b/Samples/Personalization/personalization.yaml new file mode 100644 index 0000000000..0d6a53f5b7 --- /dev/null +++ b/Samples/Personalization/personalization.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Lock screen personalization sample + description: This sample demonstrates how a developer can use the LockScreen API to set the current user's lock screen image. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/PhoneCall/phone-call.yaml b/Samples/PhoneCall/phone-call.yaml new file mode 100644 index 0000000000..cd541c2014 --- /dev/null +++ b/Samples/PhoneCall/phone-call.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Phone call sample + description: This sample shows how to use the Calls APIs. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/Playlists/playlists.yaml b/Samples/Playlists/playlists.yaml new file mode 100644 index 0000000000..7ff9039696 --- /dev/null +++ b/Samples/Playlists/playlists.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Playlists sample + description: This sample demonstrates how to create, save, display, and edit a playlist of audio files. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/PosPrinter/pos-printer.yaml b/Samples/PosPrinter/pos-printer.yaml new file mode 100644 index 0000000000..177fc80d6a --- /dev/null +++ b/Samples/PosPrinter/pos-printer.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: POS printer sample + description: This sample demonstrates the use of the Windows.Devices.PointOfService.PosPrinter API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Printing/printing.yaml b/Samples/Printing/printing.yaml new file mode 100644 index 0000000000..5a46f88013 --- /dev/null +++ b/Samples/Printing/printing.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Printing sample + description: This sample demonstrates how apps can add support for printing on Windows. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Projection/projection.yaml b/Samples/Projection/projection.yaml new file mode 100644 index 0000000000..ed86334dc6 --- /dev/null +++ b/Samples/Projection/projection.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Projection sample + description: This sample demonstrates how to display two different views of your app UI on different screens, as users might do when projecting your app in a meeting or conference. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/ProximitySensor/proximity-sensor.yaml b/Samples/ProximitySensor/proximity-sensor.yaml new file mode 100644 index 0000000000..3e3e6f9775 --- /dev/null +++ b/Samples/ProximitySensor/proximity-sensor.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Proximity sensor sample + description: This sample demonstrates the use of the Windows.Devices.Sensors.ProximitySensor API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/ProxyStubsForWinRTComponents/proxy-stubs-for-win-rtcomponents.yaml b/Samples/ProxyStubsForWinRTComponents/proxy-stubs-for-win-rtcomponents.yaml new file mode 100644 index 0000000000..9b26166e84 --- /dev/null +++ b/Samples/ProxyStubsForWinRTComponents/proxy-stubs-for-win-rtcomponents.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: In-process component authoring sample + description: Create proxies and stubs for a Windows Runtime in-process component that is consumed in C++, JS, and C#. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/RadioManager/radio-manager.yaml b/Samples/RadioManager/radio-manager.yaml new file mode 100644 index 0000000000..88afe72956 --- /dev/null +++ b/Samples/RadioManager/radio-manager.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Radios sample + description: This sample demonstrates: - Enumerating Radios on the device - Registering for state changes on individual Radios - Toggling Radio state changes ## System requirements Client: Windows 10 Server: Windows Server 2016 Technical Preview Phone: Windows 10 ## Build the sample 1. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/RelativeInclinometer/relative-inclinometer.yaml b/Samples/RelativeInclinometer/relative-inclinometer.yaml new file mode 100644 index 0000000000..e818d19c34 --- /dev/null +++ b/Samples/RelativeInclinometer/relative-inclinometer.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Relative inclinometer sample + description: This sample demonstrates use of the Windows.Devices.Sensors.Inclinometer API for the Relative Inclinometer sensor. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/RelativeOrientationSensor/relative-orientation-sensor.yaml b/Samples/RelativeOrientationSensor/relative-orientation-sensor.yaml new file mode 100644 index 0000000000..dc1451c76a --- /dev/null +++ b/Samples/RelativeOrientationSensor/relative-orientation-sensor.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Relative orientation sensor sample + description: This sample demonstrates use of the Windows.Devices.Sensors.Orientation API for the Relative Orientation sensor. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/ResizeAppView/resize-app-view.yaml b/Samples/ResizeAppView/resize-app-view.yaml new file mode 100644 index 0000000000..a702634987 --- /dev/null +++ b/Samples/ResizeAppView/resize-app-view.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Window resizing sample + description: This sample shows how to customize the size of your app's view. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/SecondaryTiles/secondary-tiles.yaml b/Samples/SecondaryTiles/secondary-tiles.yaml new file mode 100644 index 0000000000..c779bcb67a --- /dev/null +++ b/Samples/SecondaryTiles/secondary-tiles.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Secondary tiles sample + description: This sample shows how to pin and use a secondary tile, which is a tile that directly accesses a specific, non-default section or experience within an app, such as a saved game or a specific friend in a social networking app. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/SemanticTextQuery/semantic-text-query.yaml b/Samples/SemanticTextQuery/semantic-text-query.yaml new file mode 100644 index 0000000000..6a26798971 --- /dev/null +++ b/Samples/SemanticTextQuery/semantic-text-query.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Semantic text query sample + description: This sample shows the use of the different SemanticTextQuery APIs to find the corresponding hits when querying strings or file properties. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/SerialArduino/serial-arduino.yaml b/Samples/SerialArduino/serial-arduino.yaml new file mode 100644 index 0000000000..4cfb79c917 --- /dev/null +++ b/Samples/SerialArduino/serial-arduino.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Serial Arduino sample + description: This sample demonstrates the use of the Windows.Devices.SerialCommunication WinRT APIs to communicate with an Arduino device. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/ShareSource/share-source.yaml b/Samples/ShareSource/share-source.yaml new file mode 100644 index 0000000000..9cf80b82ee --- /dev/null +++ b/Samples/ShareSource/share-source.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Sharing content source app sample + description: This sample demonstrates how an app shares content with another app. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/ShareTarget/share-target.yaml b/Samples/ShareTarget/share-target.yaml new file mode 100644 index 0000000000..4bba44400a --- /dev/null +++ b/Samples/ShareTarget/share-target.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Sharing content target app sample + description: This sample demonstrates how an app receives content shared from another app. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/Simple3DGameDX/simple-3d-game-dx.yaml b/Samples/Simple3DGameDX/simple-3d-game-dx.yaml new file mode 100644 index 0000000000..826dacf1b9 --- /dev/null +++ b/Samples/Simple3DGameDX/simple-3d-game-dx.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Direct3D game sample + description: This sample demonstrates the basic end-to-end implementation of a simple first person 3-D game using DirectX (Direct3D 11.2, Direct2D, Windows.Gaming.Input, and XAudio2) in a C++ app. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/Simple3DGameXaml/simple-3d-game-xaml.yaml b/Samples/Simple3DGameXaml/simple-3d-game-xaml.yaml new file mode 100644 index 0000000000..d4382f32a9 --- /dev/null +++ b/Samples/Simple3DGameXaml/simple-3d-game-xaml.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: DirectX and XAML game sample + description: This sample demonstrates the basic end-to-end implementation of a simple first person 3-D game using DirectX (Direct3D 11.2, Direct2D, Windows.Gaming.Input, and XAudio2) and XAML in a C++ app. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/SimpleCommunication/simple-communication.yaml b/Samples/SimpleCommunication/simple-communication.yaml new file mode 100644 index 0000000000..092486e6d8 --- /dev/null +++ b/Samples/SimpleCommunication/simple-communication.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Real-time communication sample + description: This sample demonstrates how to use the low latency feature to enable real-time communication applications. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/SimpleImaging/simple-imaging.yaml b/Samples/SimpleImaging/simple-imaging.yaml new file mode 100644 index 0000000000..95a9df2f6f --- /dev/null +++ b/Samples/SimpleImaging/simple-imaging.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Simple imaging sample + description: This sample demonstrates some common imaging scenarios for Universal Windows apps including metadata and editing/saving. + generateZip: false + author: oldnewthing + languages: + - csharp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/SimpleInk/simple-ink.yaml b/Samples/SimpleInk/simple-ink.yaml new file mode 100644 index 0000000000..70dc528afb --- /dev/null +++ b/Samples/SimpleInk/simple-ink.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Simple inking sample + description: This sample demonstrates how to use ink functionality (such as capturing ink from user input and performing handwriting recognition on ink strokes) in Universal Windows apps using C#. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/SimpleOrientationSensor/simple-orientation-sensor.yaml b/Samples/SimpleOrientationSensor/simple-orientation-sensor.yaml new file mode 100644 index 0000000000..31b10ad1aa --- /dev/null +++ b/Samples/SimpleOrientationSensor/simple-orientation-sensor.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Simple orientation sensor sample + description: This sample demonstrates the use of the Windows.Devices.Sensors.SimpleOrientationSensor API for a simple device orientation sensor. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/SmartCard/smart-card.yaml b/Samples/SmartCard/smart-card.yaml new file mode 100644 index 0000000000..a36b84b276 --- /dev/null +++ b/Samples/SmartCard/smart-card.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Smart cards sample + description: This sample demonstrates how to use the Windows.Devices.SmartCards API to work with smart cards and smart card readers programmatically. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/SmsSendAndReceive/sms-send-and-receive.yaml b/Samples/SmsSendAndReceive/sms-send-and-receive.yaml new file mode 100644 index 0000000000..6eb340a04e --- /dev/null +++ b/Samples/SmsSendAndReceive/sms-send-and-receive.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: SMS send and receive sample + description: This sample shows how to use the SMS API (Windows.Devices.Sms). + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/SocketActivityStreamSocket/socket-activity-stream-socket.yaml b/Samples/SocketActivityStreamSocket/socket-activity-stream-socket.yaml new file mode 100644 index 0000000000..ab99502b17 --- /dev/null +++ b/Samples/SocketActivityStreamSocket/socket-activity-stream-socket.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Socket activity trigger stream socket sample + description: This sample shows how to use the Socket Activity Stream Socket API to keep a socket connection alive beyond the lifetime of the application. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/SpatialSound/spatial-sound.yaml b/Samples/SpatialSound/spatial-sound.yaml new file mode 100644 index 0000000000..c714185c6f --- /dev/null +++ b/Samples/SpatialSound/spatial-sound.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Spatial audio sample + description: This sample demonstrates how to render spatial audio using HRTF xAPO and XAudio2 API within Universal Applications. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/SpeechRecognitionAndSynthesis/speech-recognition-and-synthesis.yaml b/Samples/SpeechRecognitionAndSynthesis/speech-recognition-and-synthesis.yaml new file mode 100644 index 0000000000..4c1f69b5f8 --- /dev/null +++ b/Samples/SpeechRecognitionAndSynthesis/speech-recognition-and-synthesis.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Speech recognition and synthesis sample + description: This sample demonstrates the usage of Speech Recognition and Speech Synthesis (Text-to-speech) within Universal Applications. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/SplashScreen/splash-screen.yaml b/Samples/SplashScreen/splash-screen.yaml new file mode 100644 index 0000000000..43f59270eb --- /dev/null +++ b/Samples/SplashScreen/splash-screen.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Splash screen sample + description: This sample shows how to imitate the splash screen that Windows displays for your app by positioning a similar image correctly when Windows dismisses the splash screen that it displays. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/Store/store.yaml b/Samples/Store/store.yaml new file mode 100644 index 0000000000..3896a68da7 --- /dev/null +++ b/Samples/Store/store.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Store sample + description: This sample demonstrates how to perform in-app feature or product purchases operations and use the licensing API provided by the Windows Store to determine the license status of an app or a feature that is enabled by an in-app purchase. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/StreamSocket/stream-socket.yaml b/Samples/StreamSocket/stream-socket.yaml new file mode 100644 index 0000000000..44bb4d93de --- /dev/null +++ b/Samples/StreamSocket/stream-socket.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: StreamSocket sample + description: This sample shows you how to a use stream (TCP) socket to send and receive data using the StreamSocket and related classes in the Windows.Networking.Sockets namespace in your Universal Windows Platform (UWP) app. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Syndication/syndication.yaml b/Samples/Syndication/syndication.yaml new file mode 100644 index 0000000000..29a97e2b2e --- /dev/null +++ b/Samples/Syndication/syndication.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Syndication sample + description: This sample shows you how to retrieve feeds from a web service using classes in the Windows.Web.Syndication namespace in your Universal Windows Platform (UWP) app. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/SystemMediaTransportControls/system-media-transport-controls.yaml b/Samples/SystemMediaTransportControls/system-media-transport-controls.yaml new file mode 100644 index 0000000000..2fa7d5baa4 --- /dev/null +++ b/Samples/SystemMediaTransportControls/system-media-transport-controls.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: System media transport controls sample + description: This sample shows how to use the APIs in the Windows.Media namespace to allow your app to respond to system media events as well as providing the system with metadata about the content that is playing. + generateZip: false + author: oldnewthing + languages: + - csharp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/TextSegmentation/text-segmentation.yaml b/Samples/TextSegmentation/text-segmentation.yaml new file mode 100644 index 0000000000..520deafd14 --- /dev/null +++ b/Samples/TextSegmentation/text-segmentation.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Text segmentation sample + description: This sample shows how to identify separate boundaries of individual words in text, called text segments, for any given language. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/TextSuggestion/text-suggestion.yaml b/Samples/TextSuggestion/text-suggestion.yaml new file mode 100644 index 0000000000..535e066adc --- /dev/null +++ b/Samples/TextSuggestion/text-suggestion.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Text suggestions sample + description: This sample shows how to get text suggestion(including Conversion, Prediction, Reverse Conversion) results when it is available to given language. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/TitleBar/title-bar.yaml b/Samples/TitleBar/title-bar.yaml new file mode 100644 index 0000000000..4d4490ba0b --- /dev/null +++ b/Samples/TitleBar/title-bar.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Title bar sample + description: This sample shows various ways of customizing the title bar. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/TouchKeyboard/touch-keyboard.yaml b/Samples/TouchKeyboard/touch-keyboard.yaml new file mode 100644 index 0000000000..75202aa3d3 --- /dev/null +++ b/Samples/TouchKeyboard/touch-keyboard.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Touch keyboard sample + description: This sample demonstrates how apps can influence whether the touch keyboard displays when the user taps on a control with the pen or touch. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/TouchKeyboardTextInput/touch-keyboard-text-input.yaml b/Samples/TouchKeyboardTextInput/touch-keyboard-text-input.yaml new file mode 100644 index 0000000000..65f1ff5c9e --- /dev/null +++ b/Samples/TouchKeyboardTextInput/touch-keyboard-text-input.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Touch keyboard text input sample + description: This sample shows how to enable optimized views on the touch keyboard by using input scopes and input types with controls in the WinJS.UI namespace, and with the TextBox and RichEdit Extensible Application Markup Language (XAML) controls. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/Unicode/unicode.yaml b/Samples/Unicode/unicode.yaml new file mode 100644 index 0000000000..8ab9a2cad9 --- /dev/null +++ b/Samples/Unicode/unicode.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Unicode string processing sample + description: Demonstrates how to use the UnicodeCharacters Windows Runtime class in processing Unicode properties in a string. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/UserConsentVerifier/user-consent-verifier.yaml b/Samples/UserConsentVerifier/user-consent-verifier.yaml new file mode 100644 index 0000000000..87794cf82a --- /dev/null +++ b/Samples/UserConsentVerifier/user-consent-verifier.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: UserConsentVerifier sample + description: Demonstrates how to use the UserConsentVerifier class to check whether a verifier device, such as a Microsoft Passport PIN, Windows Hello, or fingerprint reader, is available. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/UserDataAccountManager/user-data-account-manager.yaml b/Samples/UserDataAccountManager/user-data-account-manager.yaml new file mode 100644 index 0000000000..0920fd58d4 --- /dev/null +++ b/Samples/UserDataAccountManager/user-data-account-manager.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: UserDataAccountManager sample + description: This sample demonstrates how to use the UserDataAccountManager to let the user add, manage, and fix errors for accounts that provide email, calendar, and contacts. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/UserInfo/user-info.yaml b/Samples/UserInfo/user-info.yaml new file mode 100644 index 0000000000..7a95c3e6fb --- /dev/null +++ b/Samples/UserInfo/user-info.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: User information sample + description: This sample obtains information about the users on the computer. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/UserInteractionMode/user-interaction-mode.yaml b/Samples/UserInteractionMode/user-interaction-mode.yaml new file mode 100644 index 0000000000..09c2138d1f --- /dev/null +++ b/Samples/UserInteractionMode/user-interaction-mode.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: User interaction mode sample + description: This sample shows how to detect and respond to the user interaction mode. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/UserSelection/user-selection.yaml b/Samples/UserSelection/user-selection.yaml new file mode 100644 index 0000000000..f80fc5c1a0 --- /dev/null +++ b/Samples/UserSelection/user-selection.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Disabling selection sample + description: This sample demonstrates how your app can make content areas in your Windows Store app using JavaScript unselectable using the -ms-user-select CSS attribute. + generateZip: false + author: oldnewthing + languages: + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/UssdProtcol/ussd-protcol.yaml b/Samples/UssdProtcol/ussd-protcol.yaml new file mode 100644 index 0000000000..ad56fc6f2b --- /dev/null +++ b/Samples/UssdProtcol/ussd-protcol.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: USSD protocol sample + description: This sample demonstrates the usage of the USSD protocol with GSM-capable mobile broadband adapters. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/VideoPlayback/video-playback.yaml b/Samples/VideoPlayback/video-playback.yaml new file mode 100644 index 0000000000..d143af7d49 --- /dev/null +++ b/Samples/VideoPlayback/video-playback.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Video playback sample + description: This sample demonstrates how to create apps that take advantage of many media platform features. + generateZip: false + author: oldnewthing + languages: + - csharp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/VoIP/voip.yaml b/Samples/VoIP/voip.yaml new file mode 100644 index 0000000000..1371f5f272 --- /dev/null +++ b/Samples/VoIP/voip.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Voice over IP (VoIP) sample + description: This sample demonstrates the use of the Windows.ApplicationModel.Calls namespace needed for Voice-Over-IP. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/WRLInProcessWinRTComponent/wrl-in-process-win-rtcomponent.yaml b/Samples/WRLInProcessWinRTComponent/wrl-in-process-win-rtcomponent.yaml new file mode 100644 index 0000000000..7255d91862 --- /dev/null +++ b/Samples/WRLInProcessWinRTComponent/wrl-in-process-win-rtcomponent.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: In-process component authoring sample + description: Create an in-process component in C++ using WRL that is consumed in C++, JS, and C#. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/WRLOutOfProcessWinRTComponent/wrl-out-of-process-win-rtcomponent.yaml b/Samples/WRLOutOfProcessWinRTComponent/wrl-out-of-process-win-rtcomponent.yaml new file mode 100644 index 0000000000..6daf4e091f --- /dev/null +++ b/Samples/WRLOutOfProcessWinRTComponent/wrl-out-of-process-win-rtcomponent.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Out-of-process component authoring + description: This sample shows how to create an out-of-process component in C++ using WRL that is consumed in C++, JS, and C#. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/WebAccountManagement/web-account-management.yaml b/Samples/WebAccountManagement/web-account-management.yaml new file mode 100644 index 0000000000..22526fa8af --- /dev/null +++ b/Samples/WebAccountManagement/web-account-management.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Web account management sample + description: This sample demonstrates the way to get Tokens to access different accounts Specifically, this sample demonstrates the following scenarios: - How to get a token for a Microsoft account - How to get a token for an Azure AD account (Work or school account) - How to show UI and get a token for a single Microsoft account, Azure AD, or other account - How to show UI to add, manage, and remove many Microsoft accounts, Azure AD accounts, or custom accounts - Adding an account from a custom provider Note The Universal Windows app samples require Visual Studio 2015 to build and Windows 10 to execute. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/WebAuthenticationBroker/web-authentication-broker.yaml b/Samples/WebAuthenticationBroker/web-authentication-broker.yaml new file mode 100644 index 0000000000..e5f575fad2 --- /dev/null +++ b/Samples/WebAuthenticationBroker/web-authentication-broker.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: WebAuthenticationBroker sample + description: This sample shows how you can use the WebAuthenticationBroker class to connect to OAuth providers such as Facebook, Flickr, Google, and Twitter. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/WebSocket/web-socket.yaml b/Samples/WebSocket/web-socket.yaml new file mode 100644 index 0000000000..eed2d5d93d --- /dev/null +++ b/Samples/WebSocket/web-socket.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: WebSocket sample + description: This sample shows you how to send and receive date using the WebSocket classes in the Windows.Networking.Sockets namespace in your Universal Windows Platform (UWP) app. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/WebView/web-view.yaml b/Samples/WebView/web-view.yaml new file mode 100644 index 0000000000..fa3e46b3e6 --- /dev/null +++ b/Samples/WebView/web-view.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: WebView control (HTML) sample + description: This sample demonstrates how to use WebView. + generateZip: false + author: oldnewthing + languages: + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/WebWorkers/web-workers.yaml b/Samples/WebWorkers/web-workers.yaml new file mode 100644 index 0000000000..eef11b0fdb --- /dev/null +++ b/Samples/WebWorkers/web-workers.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: JavaScript Web Workers app multithreading sample + description: This sample demonstrates how to use multithreading with Web Workers in your Windows Store app using JavaScript. + generateZip: false + author: oldnewthing + languages: + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/WiFiDirect/wi-fi-direct.yaml b/Samples/WiFiDirect/wi-fi-direct.yaml new file mode 100644 index 0000000000..38ffd50729 --- /dev/null +++ b/Samples/WiFiDirect/wi-fi-direct.yaml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Wi-Fi Direct sample + description: This sample shows how to use the Wi-Fi Direct API to discover devices and connect to the them over Wi-Fi Direct. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/WiFiDirectServices/wi-fi-direct-services.yaml b/Samples/WiFiDirectServices/wi-fi-direct-services.yaml new file mode 100644 index 0000000000..4a3c52ab7a --- /dev/null +++ b/Samples/WiFiDirectServices/wi-fi-direct-services.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Wi-Fi Direct services sample + description: This sample shows how to use the Wi-Fi Direct services API to publish and discover services over Wi-Fi Direct. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/WiFiScan/wi-fi-scan.yaml b/Samples/WiFiScan/wi-fi-scan.yaml new file mode 100644 index 0000000000..b0f12000d3 --- /dev/null +++ b/Samples/WiFiScan/wi-fi-scan.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Wi-Fi scanning sample + description: This sample demonstrates: - Viewing cached list of available networks on each WiFi adapter on the system - Requesting a scan on a WiFi adapter and and viewing the results - Registering for available network changed notifications on a WiFi adapter - Connecting to a WiFi network ## System requirements Client: Windows 10 Server: Windows Server 2016 Technical Preview Phone: Windows 10 ## Build the sample 1. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/WindowsAudioSession/windows-audio-session.yaml b/Samples/WindowsAudioSession/windows-audio-session.yaml new file mode 100644 index 0000000000..9334f499ab --- /dev/null +++ b/Samples/WindowsAudioSession/windows-audio-session.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Windows audio session (WASAPI) sample + description: Demonstrates how to do various audio related tasks using the Windows Audio Session API (WASAPI). + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlAnimatedGif/xaml-animated-gif.yaml b/Samples/XamlAnimatedGif/xaml-animated-gif.yaml new file mode 100644 index 0000000000..5e08655459 --- /dev/null +++ b/Samples/XamlAnimatedGif/xaml-animated-gif.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Animated GIF playback (XAML) sample + description: This sample demonstrates a solution for playback of animated GIF images using Windows XAML and the Win2D graphics framework. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlAutoSuggestBox/xaml-auto-suggest-box.yaml b/Samples/XamlAutoSuggestBox/xaml-auto-suggest-box.yaml new file mode 100644 index 0000000000..d57a462fbc --- /dev/null +++ b/Samples/XamlAutoSuggestBox/xaml-auto-suggest-box.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: AutoSuggestBox migration sample + description: This sample shows how to migrate your Windows 8.1 app to Windows 10 by replacing your SearchBox with an AutoSuggestBox. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlBind/xaml-bind.yaml b/Samples/XamlBind/xaml-bind.yaml new file mode 100644 index 0000000000..61e97a015d --- /dev/null +++ b/Samples/XamlBind/xaml-bind.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: x:Bind sample + description: This sample shows how to use x:Bind for data binding in XAML apps. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlCloudFontIntegration/xaml-cloud-font-integration.yaml b/Samples/XamlCloudFontIntegration/xaml-cloud-font-integration.yaml new file mode 100644 index 0000000000..0f140a304b --- /dev/null +++ b/Samples/XamlCloudFontIntegration/xaml-cloud-font-integration.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Downloadable fonts (XAML) sample + description: Demonstrates XAML integration of DirectWrite downloadable fonts, a feature added in Windows 10. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlCommanding/xaml-commanding.yaml b/Samples/XamlCommanding/xaml-commanding.yaml new file mode 100644 index 0000000000..25f1e016ee --- /dev/null +++ b/Samples/XamlCommanding/xaml-commanding.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Commanding sample + description: This sample highlights the changes and new features to the CommandBar. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlContextMenu/xaml-context-menu.yaml b/Samples/XamlContextMenu/xaml-context-menu.yaml new file mode 100644 index 0000000000..f5f400e80a --- /dev/null +++ b/Samples/XamlContextMenu/xaml-context-menu.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Context menu (XAML) sample + description: This sample shows how to create context menus experiences in UWP. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlCustomMediaTransportControls/xaml-custom-media-transport-controls.yaml b/Samples/XamlCustomMediaTransportControls/xaml-custom-media-transport-controls.yaml new file mode 100644 index 0000000000..2c6caa2e2b --- /dev/null +++ b/Samples/XamlCustomMediaTransportControls/xaml-custom-media-transport-controls.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Media transport controls sample + description: This sample shows how to create customized media transport controls for the Media Element in your XAML Windows App. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlDataVirtualization/xaml-data-virtualization.yaml b/Samples/XamlDataVirtualization/xaml-data-virtualization.yaml new file mode 100644 index 0000000000..fe8270dad2 --- /dev/null +++ b/Samples/XamlDataVirtualization/xaml-data-virtualization.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Data virtualization sample + description: This sample shows how to implement a data source for XAML list controls that implements data virtualization. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlDeferLoadStrategy/xaml-defer-load-strategy.yaml b/Samples/XamlDeferLoadStrategy/xaml-defer-load-strategy.yaml new file mode 100644 index 0000000000..a24a1f19fb --- /dev/null +++ b/Samples/XamlDeferLoadStrategy/xaml-defer-load-strategy.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: x:DeferLoadStrategy sample + description: This sample shows how to reduce your app's startup time by deferring the creation of elements defined in your markup until you really need them. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlDragAndDrop/xaml-drag-and-drop.yaml b/Samples/XamlDragAndDrop/xaml-drag-and-drop.yaml new file mode 100644 index 0000000000..4657e60239 --- /dev/null +++ b/Samples/XamlDragAndDrop/xaml-drag-and-drop.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Drag and drop sample + description: This sample shows how to enable Drag and Drop in a XAML Application. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlFocusVisuals/xaml-focus-visuals.yaml b/Samples/XamlFocusVisuals/xaml-focus-visuals.yaml new file mode 100644 index 0000000000..3f99eeb3b0 --- /dev/null +++ b/Samples/XamlFocusVisuals/xaml-focus-visuals.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Focus visuals sample + description: This sample shows how to take advantage of the new system drawn focus visuals, or to create your own custom focus visuals if the system drawn ones do not fit your needs. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlListView/xaml-list-view.yaml b/Samples/XamlListView/xaml-list-view.yaml new file mode 100644 index 0000000000..907a933a0e --- /dev/null +++ b/Samples/XamlListView/xaml-list-view.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: ListView and GridView sample + description: This sample shows the usage of ListView and Gridview. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlMasterDetail/xaml-master-detail.yaml b/Samples/XamlMasterDetail/xaml-master-detail.yaml new file mode 100644 index 0000000000..bfdb8b5dbd --- /dev/null +++ b/Samples/XamlMasterDetail/xaml-master-detail.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Master/detail sample + description: This sample shows how to implement a responsive master/detail experience in XAML. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlNavigation/xaml-navigation.yaml b/Samples/XamlNavigation/xaml-navigation.yaml new file mode 100644 index 0000000000..ea81077be8 --- /dev/null +++ b/Samples/XamlNavigation/xaml-navigation.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Navigation menu (XAML) sample + description: This sample demonstrates how to provide a top-level navigation menu to users (a.k.a. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlPivot/xaml-pivot.yaml b/Samples/XamlPivot/xaml-pivot.yaml new file mode 100644 index 0000000000..dad5949306 --- /dev/null +++ b/Samples/XamlPivot/xaml-pivot.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Pivot sample + description: This sample shows how to use a Pivot control in your UWP application. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlPullToRefresh/xaml-pull-to-refresh.yaml b/Samples/XamlPullToRefresh/xaml-pull-to-refresh.yaml new file mode 100644 index 0000000000..3e6e731a69 --- /dev/null +++ b/Samples/XamlPullToRefresh/xaml-pull-to-refresh.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Pull-to-refresh sample + description: This sample shows how to implement a "pull-to-refresh" feature for a scrollable list Note The Windows universal samples require Visual Studio 2015 to build and Windows 10 to execute. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlResponsiveTechniques/xaml-responsive-techniques.yaml b/Samples/XamlResponsiveTechniques/xaml-responsive-techniques.yaml new file mode 100644 index 0000000000..777bfeae3f --- /dev/null +++ b/Samples/XamlResponsiveTechniques/xaml-responsive-techniques.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Responsiveness techniques sample + description: Showcases a UI scenario from Settings (Personalization UI) and highlights the simple responsive techniques we have introduced in Windows 10 – namely, VisualState.Setters, AdaptiveTriggers, SplitView and RelativePanel (static and dynamically modifying properties). + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlStateTriggers/xaml-state-triggers.yaml b/Samples/XamlStateTriggers/xaml-state-triggers.yaml new file mode 100644 index 0000000000..a3f3bdb676 --- /dev/null +++ b/Samples/XamlStateTriggers/xaml-state-triggers.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: State triggers sample + description: Showcases extensible StateTriggers with a couple of different custom triggers built into a scenario app. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlTailoredMultipleViews/xaml-tailored-multiple-views.yaml b/Samples/XamlTailoredMultipleViews/xaml-tailored-multiple-views.yaml new file mode 100644 index 0000000000..6e2f009ef4 --- /dev/null +++ b/Samples/XamlTailoredMultipleViews/xaml-tailored-multiple-views.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Tailored multiple views sample + description: Showcases how to build tailored UI using multiple views that are optimized for one-handed use. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlTransform3DAnimations/xaml-transform3danimations.yaml b/Samples/XamlTransform3DAnimations/xaml-transform3danimations.yaml new file mode 100644 index 0000000000..98b988a965 --- /dev/null +++ b/Samples/XamlTransform3DAnimations/xaml-transform3danimations.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Transform3D animations sample + description: This sample shows how Transform3D can be used to create custom 3D animations and transitions in XAML apps. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlTransform3DParallax/xaml-transform3dparallax.yaml b/Samples/XamlTransform3DParallax/xaml-transform3dparallax.yaml new file mode 100644 index 0000000000..5c3123f54b --- /dev/null +++ b/Samples/XamlTransform3DParallax/xaml-transform3dparallax.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Transform3D parallax sample + description: This sample shows how to implement parallax effects using the new Transform3D API. + generateZip: false + author: oldnewthing + languages: + - csharp + - cpp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlUIBasics/xaml-uibasics.yaml b/Samples/XamlUIBasics/xaml-uibasics.yaml new file mode 100644 index 0000000000..df65f60b39 --- /dev/null +++ b/Samples/XamlUIBasics/xaml-uibasics.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: UI basics (XAML) sample + description: This sample shows all of the XAML controls in an interactive format. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XamlWebView/xaml-web-view.yaml b/Samples/XamlWebView/xaml-web-view.yaml new file mode 100644 index 0000000000..0b6d1ea793 --- /dev/null +++ b/Samples/XamlWebView/xaml-web-view.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: WebView control (XAML) sample + description: This sample demonstrates how to use the XAML WebView control. + generateZip: false + author: oldnewthing + languages: + - csharp + technologies: + - windows \ No newline at end of file diff --git a/Samples/XmlDocument/xml-document.yaml b/Samples/XmlDocument/xml-document.yaml new file mode 100644 index 0000000000..ddc8e736f9 --- /dev/null +++ b/Samples/XmlDocument/xml-document.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: XML DOM sample + description: This sample demonstrates common XML API use scenarios for the Windows.Data.Xml.Dom and Windows.Data.Xml.Xsl namespaces in the Windows Runtime. + generateZip: false + author: oldnewthing + languages: + - csharp + - js + technologies: + - windows \ No newline at end of file diff --git a/Samples/XmlLite/xml-lite.yaml b/Samples/XmlLite/xml-lite.yaml new file mode 100644 index 0000000000..63c33fd816 --- /dev/null +++ b/Samples/XmlLite/xml-lite.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: XmlLite sample + description: This sample demonstrates how to use XmlLite Reader and Writer. + generateZip: false + author: oldnewthing + languages: + - cpp + technologies: + - windows \ No newline at end of file