LockScreen.SetImageFileAsync(IStorageFile) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置 StorageFile 对象中的锁屏界面图像。
public:
static IAsyncAction ^ SetImageFileAsync(IStorageFile ^ value);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction SetImageFileAsync(IStorageFile const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction SetImageFileAsync(IStorageFile value);
function setImageFileAsync(value)
Public Shared Function SetImageFileAsync (value As IStorageFile) As IAsyncAction
参数
- value
- IStorageFile
StorageFile 对象,该对象包含锁屏界面的新图像。
返回
用于设置锁屏界面图像的 对象。
- 属性
注解
从 x64 计算机上的 x86 控制台应用调用时,不支持 SetImageFileAsync API。