WindowTabIcon.CreateFromImage(IRandomAccessStreamReference) 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.
Creates the icon from the provided image stream.
public:
static WindowTabIcon ^ CreateFromImage(IRandomAccessStreamReference ^ image);
static WindowTabIcon CreateFromImage(IRandomAccessStreamReference const& image);
public static WindowTabIcon CreateFromImage(IRandomAccessStreamReference image);
function createFromImage(image)
Public Shared Function CreateFromImage (image As IRandomAccessStreamReference) As WindowTabIcon
Parameters
The image stream from which to create the icon.
Returns
The icon created from the image stream.
Remarks
Important
This API is for Win32 desktop apps only. UWP and other app types are not supported.