SharedStorageAccessManager.AddFile(IStorageFile) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得共用權杖,可讓應用程式與其他應用程式共用指定的檔案。
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
要與目標應用程式共用的檔案。
傳回
要提供給目標應用程式的共用權杖。
備註
當來源應用程式與目標應用程式共用檔案時,來源應用程式會呼叫 AddFile 方法來取得傳遞至目標應用程式的共用權杖。
如需程式碼範例,請參閱 SharedStorageAccessManager。