共用方式為


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 Console Apps 呼叫時,不支援 SetImageFileAsync API。

適用於

另請參閱