LockScreen.SetImageStreamAsync(IRandomAccessStream) 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.
Sets the lock screen image from a data stream.
public:
static IAsyncAction ^ SetImageStreamAsync(IRandomAccessStream ^ value);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction SetImageStreamAsync(IRandomAccessStream const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction SetImageStreamAsync(IRandomAccessStream value);
function setImageStreamAsync(value)
Public Shared Function SetImageStreamAsync (value As IRandomAccessStream) As IAsyncAction
Parameters
- value
- IRandomAccessStream
The stream that contains the image data.
Returns
The object used to set the lock screen image.
- Attributes