Share via


VoiceCommandContentTile.ContentTileType 속성

정의

Cortana 캔버스의 콘텐츠 타일에 사용되는 레이아웃 템플릿을 가져오거나 설정합니다.

참고

Cortana 피드백 화면의 모든 콘텐츠 타일은 동일한 템플릿을 사용해야 합니다.

public:
 property VoiceCommandContentTileType ContentTileType { VoiceCommandContentTileType get(); void set(VoiceCommandContentTileType value); };
VoiceCommandContentTileType ContentTileType();

void ContentTileType(VoiceCommandContentTileType value);
public VoiceCommandContentTileType ContentTileType { get; set; }
var voiceCommandContentTileType = voiceCommandContentTile.contentTileType;
voiceCommandContentTile.contentTileType = voiceCommandContentTileType;
Public Property ContentTileType As VoiceCommandContentTileType

속성 값

콘텐츠 타일 템플릿입니다.

적용 대상

추가 정보