VoiceCommandContentTile.Image プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
property IStorageFile ^ Image { IStorageFile ^ get(); void set(IStorageFile ^ value); };
IStorageFile Image();
void Image(IStorageFile value);
public IStorageFile Image { get; set; }
var iStorageFile = voiceCommandContentTile.image;
voiceCommandContentTile.image = iStorageFile;
Public Property Image As IStorageFile
プロパティ値
コンテンツ タイルに関連付けられているイメージ。