LockScreen.TryRemoveImageFeed 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.
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
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.