Partager via


WindowTabIcon.CreateFromImage(IRandomAccessStreamReference) Méthode

Définition

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

image
IRandomAccessStreamReference

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.

S’applique à