次の方法で共有


ShareFile コンストラクター

定義

オーバーロード

ShareFile(String)

共有するファイル。

ShareFile(FileBase)

既存のファイルを共有します。

ShareFile(String, String)

ShareFile(String)

共有するファイル。

public ShareFile (string fullPath);

パラメーター

fullPath
System.String

完全なパスとファイル名。

適用対象

ShareFile(FileBase)

既存のファイルを共有します。

public ShareFile (Xamarin.Essentials.FileBase file);

パラメーター

file
FileBase

共有する既存のファイル。

適用対象

ShareFile(String, String)

public ShareFile (string fullPath, string contentType);

パラメーター

fullPath
System.String

完全なパスとファイル名。

contentType
System.String

ファイルの明示的なコンテンツ タイプ (MIME タイプ) (例: image/png)。

適用対象