LockScreen.OriginalImageFile Property
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.
Gets the current lock screen image.
public:
static property Uri ^ OriginalImageFile { Uri ^ get(); };
static Uri OriginalImageFile();
public static System.Uri OriginalImageFile { get; }
var uri = LockScreen.originalImageFile;
Public Shared ReadOnly Property OriginalImageFile As Uri
Property Value
The Uniform Resource Identifier (URI) of the lock screen image.
Remarks
This property retrieves only files. If the image was set through a stream, this call will return E_FILE_NOT_FOUND.