다음을 통해 공유


VoiceCommandContentTile 클래스

정의

Cortana 캔버스에 표시하기 위해 백그라운드 앱 서비스에서 제공하는 이미지, 텍스트 및 링크 데이터를 포함하는 자산입니다.

public ref class VoiceCommandContentTile sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class VoiceCommandContentTile final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class VoiceCommandContentTile final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class VoiceCommandContentTile
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class VoiceCommandContentTile
function VoiceCommandContentTile()
Public NotInheritable Class VoiceCommandContentTile
상속
Object Platform::Object IInspectable VoiceCommandContentTile
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

MaxSupportedVoiceCommandContentTiles 는 백그라운드 앱 서비스가 Cortana 캔버스에 표시할 수 있는 최대 타일 수를 지정합니다.

표시할 수 있는 최대 타일 수는 표시되는 피드백 화면에 따라 달라집니다. ReportProgressAsync 또는 RequestConfirmationAsync대해 VoiceCommandResponse를 만들 때 하나의 항목과 RequestDisambiguationAsync대해 VoiceCommandResponse를 만들 때 둘 이상의 항목이 있습니다.

생성자

VoiceCommandContentTile()

VoiceCommandContentTile 클래스의 instance 만듭니다.

속성

AppContext

백그라운드 앱 서비스가 콘텐츠 타일과 연결할 수 있는 추가 정보를 가져오거나 설정합니다. 이 정보는 Cortana에서 사용되지 않습니다.

AppLaunchArgument

백그라운드 앱 서비스에서 응답과 연결할 수 있는 시작 매개 변수로 문자열을 가져오거나 설정합니다.

AppLaunchArgumentCortana의 딥 링크를 통해 시작할 때 포그라운드 앱의 상태 또는 컨텍스트를 지정하는 데 사용됩니다.

ContentTileType

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

참고

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

Image

콘텐츠 타일에 사용되는 이미지를 가져오거나 설정합니다.

ContentTileType 속성을 사용하여 타일 레이아웃 템플릿을 지정합니다.

TextLine1

콘텐츠 타일에 사용되는 텍스트의 첫 번째 줄을 가져오거나 설정합니다.

ContentTileType 속성을 사용하여 타일 레이아웃 템플릿을 지정합니다.

TextLine2

콘텐츠 타일에 사용되는 텍스트의 두 번째 줄을 가져오거나 설정합니다.

ContentTileType 속성을 사용하여 타일 레이아웃 템플릿을 지정합니다.

TextLine3

콘텐츠 타일에 사용되는 텍스트의 세 번째 줄을 가져오거나 설정합니다.

ContentTileType 속성을 사용하여 타일 레이아웃 템플릿을 지정합니다.

Title

콘텐츠 타일에 사용되는 제목을 가져오거나 설정합니다.

ContentTileType 속성을 사용하여 타일 레이아웃 템플릿을 지정합니다.

적용 대상

추가 정보