VoiceCommandContentTile.Image 屬性

定義

取得或設定內容圖格上所使用的影像。

使用 ContentTileType 屬性指定磚版面配置範本。

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

屬性值

與內容磚相關聯的影像。

適用於

另請參閱