Share Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Share API enables an application to share data such as text and web links to other applications on the device.
public ref class Share abstract sealed
public static class Share
type Share = class
Public Class Share
- Inheritance
-
Share
Properties
Default |
Provides the default implementation for static usage of this API. |
Methods
RequestAsync(ShareFileRequest) |
Show the operating system's user interface to share a single file. |
RequestAsync(ShareMultipleFilesRequest) |
Show the operating system's user interface to share multiple files. |
RequestAsync(ShareTextRequest) |
Show the operating system's user interface to share text. |
RequestAsync(String, String) |
Show the operating system's user interface to share text. |
RequestAsync(String) |
Show the operating system's user interface to share text. |