IShare 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用“共享 API”,应用程序可以共享数据,例如文本和 Web 链接至设备上的其他应用程序。
public interface class IShare
public interface IShare
type IShare = interface
Public Interface IShare
方法
RequestAsync(ShareFileRequest) |
显示操作系统的用户界面以共享单个文件。 |
RequestAsync(ShareMultipleFilesRequest) |
显示操作系统的用户界面以共享多个文件。 |
RequestAsync(ShareTextRequest) |
显示操作系统用户界面以共享文本。 |
扩展方法
RequestAsync(IShare, String, String) |
显示操作系统用户界面以共享文本。 |
RequestAsync(IShare, String) |
显示操作系统的用户界面以共享文本。 |