LockScreen.TryRemoveImageFeed Method

Definition

Unregisters the image feed being used in the lock screen slideshow, stopping the slideshow. (Windows 8.1 only)

public:
 static bool TryRemoveImageFeed();
 static bool TryRemoveImageFeed();
public static bool TryRemoveImageFeed();
function tryRemoveImageFeed()
Public Shared Function TryRemoveImageFeed () As Boolean

Returns

Boolean

bool

true if the image feed was disabled; otherwise, false.

Remarks

This image feed was registered through the RequestSetImageFeedAsync method.

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