共用方式為


IShare 介面

定義

共用 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)

顯示操作系統的使用者介面以共享文字。

適用於