Share via


Share Class

Definition

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

Name Description
Default

Provides the default implementation for static usage of this API.

Methods

Name Description
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.

Applies to