LockScreen.SetImageFileAsync(IStorageFile) 方法

定义

设置 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。

适用于

另请参阅