次の方法で共有


WindowTabIcon.CreateFromImage(IRandomAccessStreamReference) メソッド

定義

指定されたイメージ ストリームからアイコンを作成します。

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

パラメーター

image
IRandomAccessStreamReference

アイコンの作成元となるイメージ ストリーム。

戻り値

イメージ ストリームから作成されたアイコン。

注釈

重要

この API は、Win32 デスクトップ アプリ専用です。 UWP やその他のアプリの種類はサポートされていません。

適用対象