다음을 통해 공유


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를 참조하세요.

적용 대상