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 中引入)

适用于