共用方式為


SharedStorageAccessManager.AddFile(IStorageFile) 方法

定義

取得共用權杖,可讓應用程式與其他應用程式共用指定的檔案。

public:
 static Platform::String ^ AddFile(IStorageFile ^ file);
 static winrt::hstring AddFile(IStorageFile const& file);
public static string AddFile(IStorageFile file);
function addFile(file)
Public Shared Function AddFile (file As IStorageFile) As String

參數

file
IStorageFile

要與目標應用程式共用的檔案。

傳回

String

Platform::String

winrt::hstring

要提供給目標應用程式的共用權杖。

備註

當來源應用程式與目標應用程式共用檔案時,來源應用程式會呼叫 AddFile 方法來取得傳遞至目標應用程式的共用權杖。

如需程式碼範例,請參閱 SharedStorageAccessManager

適用於