WindowTabIcon.CreateFromImage(IRandomAccessStreamReference) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée l’icône à partir du flux d’image fourni.
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
Paramètres
Flux d’image à partir duquel créer l’icône.
Retours
Icône créée à partir du flux d’image.
Remarques
Important
Cette API est destinée aux applications de bureau Win32 uniquement. UWP et d’autres types d’applications ne sont pas pris en charge.