Skip to content

Commit 7dfe986

Browse files
committed
Merge branch 'main' into alvinashcraft/main-opinionated-ui-frameworks-compare
2 parents 82b313a + e67f1ea commit 7dfe986

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

hub/apps/develop/windows-integration/integrate-sharesheet-overview.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
2-
description: Learn how to integrate apps with the Windows Share.
3-
title: An overview of app integration options with Windows Share
4-
ms.topic: article
5-
ms.date: 04/16/2024
2+
description: Learn how to integrate apps with the Windows Share Sheet, a system-provided UI that enables users to share content from your app with other Windows apps.
3+
title: Integrate Share options in your Windows app - A comprehensive guide
4+
ms.topic: concept-article
5+
ms.date: 11/01/2024
66
ms.localizationpriority: medium
7+
keywords: windows, windows share, share sheet, share charm, file sharing, sharesheet, share button, share option, pwa, packaged apps, windows 11, c++
8+
#customer intent: As a Windows developer, I want to learn how to integrate share options in my Windows app so that users can share content with other Windows apps.
79
---
810

9-
# App integration options with Windows Share
11+
# Integrate Share options in your Windows app: A comprehensive guide
1012

11-
The Windows Share Sheet is a system-provided UI that enables users to share content from your app with other apps. The Share Sheet is available in the Windows shell and is accessible from any app that supports sharing. It provides a consistent and familiar experience for users, and it's a great way to increase the discoverability of your app.
13+
The Windows Share Sheet is a system-provided UI that enables users to share content from your app with other Windows apps. The Share Sheet is available in the Windows shell and is accessible from any app that supports sharing. It provides a consistent and familiar experience for users, and it's a great way to increase the discoverability of your app.
14+
15+
Integrating share options in your Windows app can significantly enhance user experience by allowing seamless content sharing across different applications. Whether you're developing a new app or updating an existing one, this guide will provide you with the necessary steps and code samples to implement the Windows Share feature effectively.
16+
17+
In this comprehensive guide, you'll learn how to add the share feature to your packaged or unpackaged Windows app, implement file sharing methods, and show your app on the share sheet. You can leverage share options in a .NET, Windows C++, or PWA app, and this guide will help you get started. By following these steps, you can ensure that your app leverages the full potential of the Windows Share feature, making it more interactive and user-friendly.
1218

1319
## In this section
1420

hub/apps/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ items:
291291
href: develop/smart-app-control/test-your-app-with-smart-app-control.md
292292
- name: Cross Device Share API
293293
items:
294-
- name: Windows Share Overview
294+
- name: Windows Share overview
295295
href: develop/windows-integration/integrate-sharesheet-overview.md
296296
- name: Packaged apps
297297
items:

0 commit comments

Comments
 (0)