LockScreen.RequestSetImageFeedAsync(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers an RSS image feed to be used as a lock screen slideshow. (Windows 8.1 only)
public:
static IAsyncOperation<SetImageFeedResult> ^ RequestSetImageFeedAsync(Uri ^ syndicationFeedUri);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<SetImageFeedResult> RequestSetImageFeedAsync(Uri const& syndicationFeedUri);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SetImageFeedResult> RequestSetImageFeedAsync(System.Uri syndicationFeedUri);
function requestSetImageFeedAsync(syndicationFeedUri)
Public Shared Function RequestSetImageFeedAsync (syndicationFeedUri As Uri) As IAsyncOperation(Of SetImageFeedResult)
Parameters
Returns
One of the SetImageFeedResult values.
- Attributes
Remarks
The slideshow can be stopped by calling TryRemoveImageFeed.
Important
Using a Really Simple Syndication (RSS) feed as a lock screen image source is not supported on Windows 10. The method returns an expected result, but the lock screen slide show does not work due to changes to the Really Simple Syndication (RSS) feature in Windows 10.