Partager via


VoiceCommand.Properties Propriété

Définition

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<String,IVectorView<String>>

IReadOnlyDictionary<String,IReadOnlyList<String>>

IMapView<Platform::String,IVectorView<Platform::String>>

IMapView<winrt::hstring,IVectorView<winrt::hstring>>

Propriétés sémantiques reconnues dans la commande vocale.

S’applique à

Voir aussi