VoiceCommandContentTile 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
資產,包含背景應用程式服務所提供的影像、文字和連結資料,可在 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
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
MaxSupportedVoiceCommandContentTiles 指定背景 App Service 可在 Cortana 畫布上顯示的磚數目上限。
可顯示的磚數目上限取決於所顯示的意見反應畫面。 針對ReportProgressAsync或RequestConfirmationAsync建立VoiceCommandResponse時有一個專案,當針對 RequestDisambiguationAsync建立VoiceCommandResponse時,有一個專案。
建構函式
VoiceCommandContentTile() |
建立 VoiceCommandContentTile 類別的實例。 |
屬性
AppContext |
取得或設定背景 App Service 可以與內容磚建立關聯的補充資訊。 Cortana不會使用這項資訊。 |
AppLaunchArgument |
取得或設定字串做為啟動參數,可以與背景 App Service 的回應相關聯。 AppLaunchArgument 可用來在 Cortana中透過深層連結啟動時,指定前景應用程式的狀態或內容。 |
ContentTileType |
取得或設定 用於 Cortana 畫布上內容圖格的版面配置範本。 注意 Cortana意見反應畫面上的所有內容磚都必須使用相同的範本。 |
Image |
取得或設定內容圖格上所使用的影像。 使用 ContentTileType 屬性指定磚版面配置範本。 |
TextLine1 |
取得或設定內容圖格上所使用的第一行文字。 使用 ContentTileType 屬性指定磚版面配置範本。 |
TextLine2 |
取得或設定內容圖格上使用的第二行文字。 使用 ContentTileType 屬性指定磚版面配置範本。 |
TextLine3 |
取得或設定內容圖格上使用的第三行文字。 使用 ContentTileType 屬性指定磚版面配置範本。 |
Title |
取得或設定內容磚上所使用的標題。 使用 ContentTileType 屬性指定磚版面配置範本。 |