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

属性值

与内容磁贴关联的图像。

适用于

另请参阅