LockScreen.RequestSetImageFeedAsync(Uri) Method

Definition

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

syndicationFeedUri
Uri Uri

The Uniform Resource Identifier (URI) of the RSS image feed.

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.

Applies to