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) |
顯示操作系統的使用者介面以共享文字。 |