VoiceCommandConfirmationResult Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Réponse à la question spécifiée par l’application d’arrière-plan et affichée sur l’écran de confirmation Cortana . Cet écran s’affiche lorsque le service d’application en arrière-plan appelle RequestConfirmationAsync.
public ref class VoiceCommandConfirmationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class VoiceCommandConfirmationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class VoiceCommandConfirmationResult
Public NotInheritable Class VoiceCommandConfirmationResult
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Remarques
Accédez à l’objet VoiceCommandConfirmationResult en appelant RequestConfirmationAsync sur un VoiceCommandServiceConnection qui référence l’objet Windows.ApplicationModel.AppService approprié.
Propriétés
Confirmed |
Obtient la réponse à la question spécifiée par l’application d’arrière-plan et affichée sur l’écran de confirmation Cortana . |