다음을 통해 공유


MediaBindingEventArgs.SetStorageFile(IStorageFile) 메서드

정의

이벤트와 연결된 MediaSource 에 스토리지 파일을 바인딩합니다.

public:
 virtual void SetStorageFile(IStorageFile ^ file) = SetStorageFile;
void SetStorageFile(IStorageFile const& file);
public void SetStorageFile(IStorageFile file);
function setStorageFile(file)
Public Sub SetStorageFile (file As IStorageFile)

매개 변수

file
IStorageFile

미디어 콘텐츠가 포함된 StorageFile 입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

적용 대상