VoiceCommand.Properties Propriété
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.
Obtient un dictionnaire contenant les propriétés sémantiques de l’expression reconnue dans la commande vocale.
public:
property IMapView<Platform::String ^, IVectorView<Platform::String ^> ^> ^ Properties { IMapView<Platform::String ^, IVectorView<Platform::String ^> ^> ^ get(); };
IMapView<winrt::hstring, IVectorView<winrt::hstring> const&> Properties();
public IReadOnlyDictionary<string,IReadOnlyList<string>> Properties { get; }
var iMapView = voiceCommand.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, IReadOnlyList(Of String))
Valeur de propriété
IMapView<Platform::String,IVectorView<Platform::String>>
IMapView<winrt::hstring,IVectorView<winrt::hstring>>
Propriétés sémantiques reconnues dans la commande vocale.