IShare Interface
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 interface class IShare
public interface IShare
type IShare = interface
Public Interface IShare
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 systems user interface to share text. |
Extension Methods
RequestAsync(IShare, String, String) |
Show the operating systems user interface to share text. |
RequestAsync(IShare, String) |
Show the operating system's user interface to share text. |