Поделиться через


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

Значение свойства

Изображение, связанное с плиткой содержимого.

Применяется к

См. также раздел