共用方式為


ShareFile 類別

定義

要共用的檔案。

public class ShareFile : Xamarin.Essentials.FileBase
繼承
System.Object
ShareFile

建構函式

ShareFile(FileBase)

共用現有的檔案。

ShareFile(String)

要共用的檔案。

ShareFile(String, String)

要共用的檔案。

屬性

ContentType

取得或設定檔案的內容類型為MIME類型 (,例如: image/png) 。

(繼承來源 FileBase)
FileName

要共用的檔案。

(繼承來源 FileBase)
FullPath

這個屬性純具資訊性,而且不一定會傳回檔案的實際實體路徑。 若要取得檔案,請使用 OpenReadAsync 方法。

(繼承來源 FileBase)

方法

OpenReadAsync()

要共用的檔案。

(繼承來源 FileBase)

適用於